diff --git a/src/app/page.tsx b/src/app/page.tsx index bd20718..c7f4a4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Heart } from "lucide-react"; +import { Heart, Sparkles, Briefcase, Gift, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,39 +51,23 @@ export default function LandingPage() { description="Luxury Floral Design for Life's Meaningful Moments. Thoughtfully crafted arrangements for weddings, events, and everyday celebrations. Trusted by 79 happy clients in Draper and beyond." buttons={[ { - text: "Request a Consultation", - href: "#contact", - }, + text: "Request a Consultation", href: "#contact"}, { - text: "Call Now", - href: "tel:8015550123", - }, + text: "Call Now", href: "tel:8015550123"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/floral-arrangement-with-pink-roses_23-2148846489.jpg", - imageAlt: "Luxury wedding bouquet", - }, + imageSrc: "http://img.b2bpic.net/free-photo/floral-arrangement-with-pink-roses_23-2148846489.jpg", imageAlt: "luxury wedding floral arrangement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg", - imageAlt: "Floral setup design", - }, + imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg", imageAlt: "professional wedding flower setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-orange-roses-white-flowers-black_181624-22630.jpg", - imageAlt: "Handcrafted floral arrangement", - }, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-orange-roses-white-flowers-black_181624-22630.jpg", imageAlt: "natural greenery and flowers"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg?_wi=1", - imageAlt: "Floral studio atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg", imageAlt: "floral studio interior work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bridal-bouquet-top-view_1304-3781.jpg", - imageAlt: "Sophisticated floral decor", - }, + imageSrc: "http://img.b2bpic.net/free-photo/bridal-bouquet-top-view_1304-3781.jpg", imageAlt: "luxury floral decor detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/artificial-colorful-flower-vase-blue-background_114579-82487.jpg", - imageAlt: "Draper floral artisan work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/artificial-colorful-flower-vase-blue-background_114579-82487.jpg", imageAlt: "artistic floral studio backdrop"}, ]} /> @@ -103,14 +77,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "4.9 Star Rating", - "Family Owned", - "Draper, Utah", - "Local Delivery", - "Event Expertise", - "Wedding Pros", - "Artisan Quality", - ]} + "4.9 Star Rating", "Family Owned", "Draper, Utah", "Local Delivery", "Event Expertise", "Wedding Pros", "Artisan Quality"]} title="Serving Draper with Heart" description="We are proud to serve our local community with dedication and professional floral design." /> @@ -124,7 +91,7 @@ export default function LandingPage() { description="At L Floral Studio, we believe every arrangement is a narrative. Our passion lies in crafting beauty for life's most meaningful moments, ensuring each petal carries the weight of a memory." subdescription="Led by Lori and Delene, our team brings years of dedicated experience and personal touch to every client journey, making your vision our artistic priority." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg" mediaAnimation="blur-reveal" /> @@ -135,33 +102,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Weddings", - description: "Elegant floral experiences tailored to your unique love story and vision.", - buttonIcon: "Sparkles", - buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913140.jpg", - }, + title: "Weddings", description: "Elegant floral experiences tailored to your unique love story and vision.", buttonIcon: Sparkles, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913140.jpg"}, { - title: "Events", - description: "Corporate and private event designs that leave a lasting impression.", - buttonIcon: "Briefcase", - buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg?_wi=2", - }, + title: "Events", description: "Corporate and private event designs that leave a lasting impression.", buttonIcon: Briefcase, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg"}, { - title: "Everyday & Custom", - description: "Birthdays, gifts, sympathy, and special celebrations crafted with love.", - buttonIcon: "Gift", - buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet-with-gift_23-2149024526.jpg", - }, + title: "Everyday & Custom", description: "Birthdays, gifts, sympathy, and special celebrations crafted with love.", buttonIcon: Gift, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet-with-gift_23-2149024526.jpg"}, { - title: "Consultation", - description: "Personalized floral planning to guide your creative decisions.", - buttonIcon: "Calendar", - buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg?_wi=2", - }, + title: "Consultation", description: "Personalized floral planning to guide your creative decisions.", buttonIcon: Calendar, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg"}, ]} title="Elevated Floral Experiences" description="From grand weddings to intimate everyday gestures, we design with purpose." @@ -175,45 +126,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarah_m", - testimonial: "Lori and Delene made our wedding day absolutely magical with their stunning arrangements.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-vening-street_1303-3839.jpg", - }, + id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Lori and Delene made our wedding day absolutely magical with their stunning arrangements.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-vening-street_1303-3839.jpg"}, { - id: "2", - name: "James Henderson", - handle: "@james_h", - testimonial: "The corporate event setup was flawless. Professional and stunning.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", - }, + id: "2", name: "James Henderson", handle: "@james_h", testimonial: "The corporate event setup was flawless. Professional and stunning.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"}, { - id: "3", - name: "Emily Chen", - handle: "@emily_c", - testimonial: "Every gift I order is crafted with such care. Truly local and authentic service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", - }, + id: "3", name: "Emily Chen", handle: "@emily_c", testimonial: "Every gift I order is crafted with such care. Truly local and authentic service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg"}, { - id: "4", - name: "Jessica & Tom", - handle: "@jess_tom", - testimonial: "We couldn't have asked for better florists for our special celebration. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-have-romance-time-happy-together_1150-9328.jpg", - }, + id: "4", name: "Jessica & Tom", handle: "@jess_tom", testimonial: "We couldn't have asked for better florists for our special celebration. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-have-romance-time-happy-together_1150-9328.jpg"}, { - id: "5", - name: "Robert D.", - handle: "@robert_d", - testimonial: "Exceptional service for my wife's birthday. The arrangement was breathtaking.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-florist-woman-inside-flower-shop_53876-26300.jpg", - }, + id: "5", name: "Robert D.", handle: "@robert_d", testimonial: "Exceptional service for my wife's birthday. The arrangement was breathtaking.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-florist-woman-inside-flower-shop_53876-26300.jpg"}, ]} showRating={true} title="What Our Clients Say" @@ -225,16 +151,13 @@ export default function LandingPage() { @@ -244,50 +167,31 @@ export default function LandingPage() { logoText="L Floral Studio" columns={[ { - title: "Studio", - items: [ + title: "Studio", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Weddings", - href: "#features", - }, + label: "Weddings", href: "#features"}, { - label: "Events", - href: "#features", - }, + label: "Events", href: "#features"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Consultation", - href: "#contact", - }, + label: "Consultation", href: "#contact"}, { - label: "Custom Gifts", - href: "#features", - }, + label: "Custom Gifts", href: "#features"}, { - label: "Delivery", - href: "#", - }, + label: "Delivery", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}