Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 11:01:40 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Facebook, Flower, Flower2, Gift, Heart, HelpCircle, Image, Instagram, Leaf, Mail, Palette, Pinterest, Sparkles, Star, Truck, Zap } from 'lucide-react';
import { Award, Facebook, Flower, Flower2, Gift, Heart, HelpCircle, Image, Instagram, Leaf, Mail, Palette, Pin, Sparkles, Star, Truck, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -55,11 +55,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Emily Richardson", handle: "Bride, June 2024", testimonial: "Fiona created the most stunning bridal bouquet. Every detail was perfect and the flowers lasted beautifully throughout the day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
name: "Sarah Mitchell", handle: "Event Coordinator", testimonial: "Working with Fiona for corporate events has been exceptional. Her arrangements elevate any space with sophistication and artistry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"
}
]}
buttons={[
@@ -158,22 +158,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Jessica Anderson", handle: "@jessicawed2024", testimonial: "Fiona completely transformed our wedding vision into reality. The flowers were absolutely breathtaking and received endless compliments from our guests.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2"
id: "1", name: "Jessica Anderson", handle: "@jessicawed2024", testimonial: "Fiona completely transformed our wedding vision into reality. The flowers were absolutely breathtaking and received endless compliments from our guests.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
id: "2", name: "Michael Chen", handle: "Event Manager", testimonial: "Working with Fiona for our corporate gala was seamless. Her arrangements added such elegance and sophistication to every corner of the venue.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=2"
id: "2", name: "Michael Chen", handle: "Event Manager", testimonial: "Working with Fiona for our corporate gala was seamless. Her arrangements added such elegance and sophistication to every corner of the venue.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"
},
{
id: "3", name: "Amanda Rodriguez", handle: "@amandacelebrates", testimonial: "Every arrangement is a work of art. Fiona's attention to detail and color coordination is unmatched. I recommend her to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4755.jpg"
},
{
id: "4", name: "David Thompson", handle: "Venue Owner", testimonial: "Fiona is our go-to florist for all special events. Her creativity and professionalism make her an invaluable partner for our clients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3"
id: "4", name: "David Thompson", handle: "Venue Owner", testimonial: "Fiona is our go-to florist for all special events. Her creativity and professionalism make her an invaluable partner for our clients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
id: "5", name: "Laura Peterson", handle: "@laurastyle", testimonial: "The birthday flowers I ordered were so gorgeous, they looked like they belonged in a magazine. Fresh, beautiful, and perfectly arranged.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=4"
id: "5", name: "Laura Peterson", handle: "@laurastyle", testimonial: "The birthday flowers I ordered were so gorgeous, they looked like they belonged in a magazine. Fresh, beautiful, and perfectly arranged.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
id: "6", name: "Christopher White", handle: "Wedding Planner", testimonial: "Fiona consistently exceeds expectations. Her designs are innovative, her execution is flawless, and her communication is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=3"
id: "6", name: "Christopher White", handle: "Wedding Planner", testimonial: "Fiona consistently exceeds expectations. Her designs are innovative, her execution is flawless, and her communication is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"
}
]}
speed={40}
@@ -242,7 +242,7 @@ export default function LandingPage() {
socialLinks={[
{ icon: Instagram, href: "https://instagram.com/fionaflowers", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com/fionaflowers", ariaLabel: "Facebook" },
{ icon: Pinterest, href: "https://pinterest.com/fionaflowers", ariaLabel: "Pinterest" }
{ icon: Pin, href: "https://pinterest.com/fionaflowers", ariaLabel: "Pinterest" }
]}
/>
</div>