diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9f2ac24..b15f885 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { @@ -62,22 +62,22 @@ export default function BlogPage() { columns={[ { title: "Studio", items: [ - { label: "About Us", href: "about" }, - { label: "Our Team", href: "team" }, + { label: "About Us", href: "/#about" }, + { label: "Our Team", href: "/#team" }, { label: "Careers", href: "#" }, ], }, { title: "Collections", items: [ - { label: "Bouquets", href: "collections" }, + { label: "Bouquets", href: "/#collections" }, { label: "Weddings", href: "#" }, { label: "Events", href: "#" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "faq" }, - { label: "Contact", href: "contact" }, + { label: "FAQ", href: "/#faq" }, + { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "#" }, ], }, diff --git a/src/app/page.tsx b/src/app/page.tsx index cab9d56..72ee463 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function LandingPage() { >
@@ -57,7 +57,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/empty-clothing-store-filled-casual-formal-wear-items-hanging-fashion-store-racks-hangers-full-with-fashionable-clothes-accessories-discount-small-business-commercial-activity_482257-65075.jpg" imageAlt="Florist arranging flowers in a beautiful studio" mediaAnimation="slide-up" - tagAnimation="entrance-slide" + tagAnimation="slide-up" useInvertedBackground={false} />
@@ -111,11 +111,11 @@ export default function LandingPage() { description="Find answers to common questions about our services, orders, and studio." faqs={[ {id: '1', title: 'What kind of flowers do you offer?', content: 'We offer a wide range of fresh, seasonal flowers, including classic roses, exotic orchids, vibrant tulips, and unique wildflowers. Our selection changes regularly based on availability and season.'}, - {id: '2', title: 'Can I request a custom floral arrangement?', content: 'Absolutely! We specialize in custom designs. You can contact us directly to discuss your specific needs, preferred flowers, color palette, and occasion. We\'ll work with you to create something truly unique.'}, + {id: '2', title: 'Can I request a custom floral arrangement?', content: "Absolutely! We specialize in custom designs. You can contact us directly to discuss your specific needs, preferred flowers, color palette, and occasion. We'll work with you to create something truly unique."}, {id: '3', title: 'Do you offer same-day delivery?', content: 'Yes, we offer same-day delivery for orders placed before 12 PM local time, subject to availability. Please check our delivery policy or contact us for more details and specific requirements.'}, {id: '4', title: 'What areas do you deliver to?', content: 'We deliver within the greater metropolitan area. For specific delivery zones and any special requests outside these areas, please reach out to our team.'}, {id: '5', title: 'How do I care for my flowers to make them last longer?', content: 'To extend the life of your flowers, trim the stems at an angle, change the water daily, and keep them away from direct sunlight, heat sources, and ripening fruit. We also provide care instructions with every order.'}, - {id: '6', title: 'Do you cater to weddings and corporate events?', content: 'Yes, we have extensive experience with weddings, corporate events, and other special occasions. We offer full-service floral design, from consultation to setup. Please visit our \'Events\' section or contact us to schedule a consultation.'} + {id: '6', title: 'Do you cater to weddings and corporate events?', content: "Yes, we have extensive experience with weddings, corporate events, and other special occasions. We offer full-service floral design, from consultation to setup. Please visit our 'Events' section or contact us to schedule a consultation."} ]} faqsAnimation="slide-up" textboxLayout="default" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 88ed42b..817b8a6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,10 +93,10 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} @@ -111,9 +111,9 @@ function ProductPageContent({ params }: ProductPageProps) {