fix: relocate CSS @import to the top to avoid build fail

This commit is contained in:
2026-03-01 17:39:45 -05:00
parent e1dc2f07f2
commit c472591dd0

View File

@ -179,6 +179,8 @@ const goBack = () => router.back()
</template>
<style scoped>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap');
.business-details-view {
min-height: 100vh;
background: var(--bg-primary);
@ -190,8 +192,6 @@ const goBack = () => router.back()
font-family: 'Playfair Display', serif;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap');
/* Hero Section */
.hero-section {
position: relative;