diff --git a/src/app/page.tsx b/src/app/page.tsx index 205f200..12eb2a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,82 +44,51 @@ export default function LandingPage() {
@@ -136,20 +99,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Floral Sanctuary", - description: "Immerse yourself in thousands of seasonal blooms designed to soothe the senses.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaves-pale-pink-colored-water_23-2148256412.jpg", - }, + title: "Floral Sanctuary", description: "Immerse yourself in thousands of seasonal blooms designed to soothe the senses.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaves-pale-pink-colored-water_23-2148256412.jpg"}, { - title: "Mindful Spaces", - description: "Quiet nooks and meditation areas scattered throughout the garden for total relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-forest_23-2148045809.jpg", - }, + title: "Mindful Spaces", description: "Quiet nooks and meditation areas scattered throughout the garden for total relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-forest_23-2148045809.jpg"}, { - title: "Botanical Workshops", - description: "Connect with nature through guided, therapeutic gardening and floral arrangement sessions.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-painting-with-dots-forms_23-2148217326.jpg", - }, + title: "Botanical Workshops", description: "Connect with nature through guided, therapeutic gardening and floral arrangement sessions.", imageSrc: "http://img.b2bpic.net/free-photo/creative-painting-with-dots-forms_23-2148217326.jpg"}, ]} title="Designed for Serenity" description="Every detail at Rosellea is carefully curated to foster peace, mindfulness, and a deep connection with nature." @@ -164,41 +118,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Rose Essence Serum", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-vector/abstract-painted-company-card-template_23-2148476113.jpg", - }, + id: "p1", name: "Rose Essence Serum", price: "$85", imageSrc: "http://img.b2bpic.net/free-vector/abstract-painted-company-card-template_23-2148476113.jpg"}, { - id: "p2", - name: "Botanical Mist", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-tumbler-with-copy-space_23-2149029271.jpg", - }, + id: "p2", name: "Botanical Mist", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/assortment-tumbler-with-copy-space_23-2149029271.jpg"}, { - id: "p3", - name: "Silk Floral Scarf", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/pink-ribbon_1160-789.jpg", - }, + id: "p3", name: "Silk Floral Scarf", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/pink-ribbon_1160-789.jpg"}, { - id: "p4", - name: "Petal Infused Candle", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-smoke-plain-black-background_23-2148227235.jpg", - }, + id: "p4", name: "Petal Infused Candle", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/salmon-smoke-plain-black-background_23-2148227235.jpg"}, { - id: "p5", - name: "Handmade Clay Vase", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/empty-monochromatic-texture-background_23-2148667809.jpg", - }, + id: "p5", name: "Handmade Clay Vase", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/empty-monochromatic-texture-background_23-2148667809.jpg"}, { - id: "p6", - name: "Garden Tea Blend", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-herbs_114579-19991.jpg", - }, + id: "p6", name: "Garden Tea Blend", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-herbs_114579-19991.jpg"}, ]} title="Curated Essentials" description="Take a piece of Rosellea home with our premium botanical collection." @@ -207,63 +137,33 @@ export default function LandingPage() {
@@ -293,20 +186,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend booking in advance to ensure tranquility for all guests.", - }, + id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure tranquility for all guests."}, { - id: "f2", - title: "Are dogs allowed?", - content: "While we love pets, our garden is a designated quiet zone for human relaxation.", - }, + id: "f2", title: "Are dogs allowed?", content: "While we love pets, our garden is a designated quiet zone for human relaxation."}, { - id: "f3", - title: "Is photography permitted?", - content: "Personal photography is welcomed, but commercial shoots require special permits.", - }, + id: "f3", title: "Is photography permitted?", content: "Personal photography is welcomed, but commercial shoots require special permits."}, ]} sideTitle="Common Questions" sideDescription="Find answers to help you plan your visit to our sanctuary." @@ -318,14 +202,11 @@ export default function LandingPage() {