diff --git a/src/app/page.tsx b/src/app/page.tsx
index 05f6ce9..0622326 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -38,27 +38,27 @@ export default function LandingPage() {
{ name: "FAQs", id: "faq" },
{ name: "Contact", id: "contact" }
]}
- brandName="Cocoa Luxe"
+ brandName="ChocoChip Banana"
/>
@@ -69,9 +69,13 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
- products={[{ id: "p1", name: "Signature Collection", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-box-sweet-baked-with-rowan-spruce-leaves-table_176474-3297.jpg" }, { id: "p2", name: "Dark Origins Bar", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/black-man-chief-use-professional-vintage-separator-split-chocolate-cake-equal-portions-before-packaging-artisan-cooking-process_346278-643.jpg" }, { id: "p3", name: "Hazelnut Praline", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-wooden-board_23-2149617438.jpg" }, { id: "p4", name: "Salted Caramel", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetics-products-black-background-professional-cosmetics_482257-34494.jpg" }, { id: "p5", name: "Pistachio Truffle", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715450.jpg" }, { id: "p6", name: "Vanilla Bean Box", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-white-dark-inside-purple-papers-light-background-chocolate-cake-sugar-sweet-bake_140725-22284.jpg" }]}
- title="Handcrafted Delights"
- description="From single-origin bars to intricate pralines, explore our curated selection."
+ products={[
+ { id: "p1", name: "Dark Choco Banana", price: "$9.99", imageSrc: "https://images.unsplash.com/photo-1587314168485-3236d6706838?q=80&w=800" },
+ { id: "p2", name: "Milk Choco Banana", price: "$9.99", imageSrc: "https://images.unsplash.com/photo-1596704017391-447043818320?q=80&w=800" },
+ { id: "p3", name: "Sea Salt Drizzle", price: "$10.99", imageSrc: "https://images.unsplash.com/photo-1558961363-fa8fdf82db35?q=80&w=800" }
+ ]}
+ title="Crunchy Selection"
+ description="Our signature flavor combinations are designed to surprise your taste buds."
/>
@@ -79,20 +83,25 @@ export default function LandingPage() {
@@ -102,17 +111,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
- metrics={[{ id: "m1", value: "12+", title: "Exotic Flavors", description: "Unique culinary pairings", icon: Sparkles }, { id: "m2", value: "500+", title: "Happy Customers", description: "Returning sweet tooths", icon: Users }, { id: "m3", value: "100%", title: "Organic", description: "Ingredients sourced locally", icon: Leaf }]}
- title="By The Numbers"
- description="Our commitment to quality speaks for itself."
+ metrics={[{ id: "m1", value: "5k+", title: "Chips Dipped", description: "Handcrafted to perfection", icon: Sparkles }, { id: "m2", value: "2k+", title: "Happy Snackers", description: "Joined our sweet community", icon: Users }, { id: "m3", value: "100%", title: "Natural", description: "Pure banana goodness", icon: Leaf }]}
+ title="Our Impact"
+ description="Crunching through milestones, one bag at a time."
/>
@@ -122,9 +131,9 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Newsletter"
- title="Join the Indulgence"
- description="Get early access to limited edition seasonal collections."
- imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-pot-with-hot-chocolate-spoon_23-2148542497.jpg"
+ title="Get Your Daily Crunch"
+ description="Sign up for updates on our latest chocolate dipping experiments."
+ imageSrc="https://images.unsplash.com/photo-1549427387-195f1917f8b9?q=80&w=800"
mediaAnimation="slide-up"
/>
@@ -132,8 +141,8 @@ export default function LandingPage() {