diff --git a/src/app/page.tsx b/src/app/page.tsx index 2043c58..2e6b4c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { @@ -29,8 +30,9 @@ export default function LandingPage() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, + { name: "Team", id: "/#team" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/#contact" } ]} brandName="Angola" bottomLeftText="Experience the Beauty" @@ -44,7 +46,7 @@ export default function LandingPage() { description="Crafting exquisite floral arrangements for every occasion, bringing beauty and joy to your special moments." buttons={[ { text: "Shop Now", href: "/shop" }, - { text: "Our Story", href: "/#about" }, + { text: "Our Story", href: "/#about" } ]} slides={[ { @@ -52,7 +54,7 @@ export default function LandingPage() { { imageSrc: "http://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: "An elegant flower studio interior with various arrangements"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-colorful-flower-bouquets-containers-outdoor-shop_181624-28754.jpg", imageAlt: "A vibrant display of various flower types in a shop"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-colorful-flower-bouquets-containers-outdoor-shop_181624-28754.jpg", imageAlt: "A vibrant display of various flower types in a shop"} ]} autoplayDelay={5000} showDimOverlay={true} @@ -66,7 +68,7 @@ export default function LandingPage() { "At Angola, we believe in the power of flowers to express emotions, celebrate milestones, and create unforgettable memories. Our studio is dedicated to sourcing the freshest, most beautiful blooms and transforming them into stunning works of art.", "Every arrangement is crafted with meticulous care and a keen eye for design, ensuring that each bouquet tells its own unique story. We pour our heart into every petal, bringing beauty and elegance to your world."]} buttons={[ { text: "Meet Our Team", href: "#team" }, - { text: "Contact Us", href: "/#contact" }, + { text: "Contact Us", href: "/#contact" } ]} useInvertedBackground={false} showBorder={false} @@ -84,7 +86,7 @@ export default function LandingPage() { { id: "2", name: "Garden Fresh Medley", price: "$60", variant: "Seasonal Mix (Small, Medium)", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bouquet-yellow-orange-dahliason-light-background_169016-39443.jpg", imageAlt: "A colorful medley of garden fresh flowers"}, { - id: "3", name: "Elegant Lily Arrangement", price: "$85", variant: "White Lilies (Classic, Deluxe)", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-beautiful-fresh-white-blooms-vase_23-2148069253.jpg", imageAlt: "An elegant arrangement of white lilies"}, + id: "3", name: "Elegant Lily Arrangement", price: "$85", variant: "White Lilies (Classic, Deluxe)", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-beautiful-fresh-white-blooms-vase_23-2148069253.jpg", imageAlt: "An elegant arrangement of white lilies"} ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -102,7 +104,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Maria P." }, { src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "John D." }, { src: "http://img.b2bpic.net/free-photo/portrait-woman-with-cabbage-dress_23-2150539813.jpg", alt: "Sophia L." }, - { src: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", alt: "David K." }, + { src: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", alt: "David K." } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -116,11 +118,11 @@ export default function LandingPage() { description="Have a question, special request, or need help with an order? Fill out the form below and we'll get back to you shortly." inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true }, - { name: "email", type: "email", placeholder: "Your Email", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true } ]} textarea={{ name: "message", placeholder: "Tell us about your floral needs or inquiry...", rows: 5, - required: true, + required: true }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-with-gladiolus-flower-pink-alstroemeria-with-lilac-daisy-flowers-sketchbook-with-red-stapler-paper-clips-wooden-background_141793-7805.jpg" @@ -131,6 +133,31 @@ export default function LandingPage() { /> +