diff --git a/src/app/page.tsx b/src/app/page.tsx
index ca5719c..461b62c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,67 +29,28 @@ export default function LandingPage() {
@@ -100,21 +61,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- icon: Sparkles,
- title: "Refreshing Fizz",
- description: "Crafted with perfect carbonation for that crisp bite every time.",
- },
- {
- icon: Zap,
- title: "Timeless Energy",
- description: "Fuel your day with the taste that has defined generations.",
- },
- {
- icon: Shield,
- title: "Pure Quality",
- description: "Made with the highest quality ingredients for unparalleled taste.",
- },
+ { icon: Sparkles, title: "Refreshing Fizz", description: "Crafted with perfect carbonation for that crisp bite every time." },
+ { icon: Zap, title: "Timeless Energy", description: "Fuel your day with the taste that has defined generations." },
+ { icon: Shield, title: "Pure Quality", description: "Made with the highest quality ingredients for unparalleled taste." },
]}
title="Iconic Experience"
description="Built for those who demand the perfect fizz."
@@ -130,34 +79,10 @@ export default function LandingPage() {
title="Our Collection"
description="Explore our range of refreshing options designed for every moment."
products={[
- {
- id: "p1",
- name: "Classic Original",
- price: "$2.50",
- variant: "330ml Can",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Zero Sugar",
- price: "$2.50",
- variant: "330ml Can",
- imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Cherry Edition",
- price: "$2.75",
- variant: "330ml Can",
- imageSrc: "http://img.b2bpic.net/free-photo/champagne-bubbles-sparkles-new-year-anniversary_23-2148339658.jpg?_wi=2",
- },
- {
- id: "p4",
- name: "Vanilla Flavor",
- price: "$2.75",
- variant: "330ml Can",
- imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg?_wi=2",
- },
+ { id: "p1", name: "Classic Original", price: "$2.50", variant: "330ml Can", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg" },
+ { id: "p2", name: "Zero Sugar", price: "$2.50", variant: "330ml Can", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg" },
+ { id: "p3", name: "Cherry Edition", price: "$2.75", variant: "330ml Can", imageSrc: "http://img.b2bpic.net/free-photo/champagne-bubbles-sparkles-new-year-anniversary_23-2148339658.jpg" },
+ { id: "p4", name: "Vanilla Flavor", price: "$2.75", variant: "330ml Can", imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg" },
]}
/>
@@ -170,21 +95,9 @@ export default function LandingPage() {
description="Everything you need to know about our signature beverages."
faqsAnimation="slide-up"
faqs={[
- {
- id: "f1",
- title: "Where can I buy online?",
- content: "You can find our products at major retailers and authorized online stores.",
- },
- {
- id: "f2",
- title: "What makes it unique?",
- content: "Our secret recipe has been refined over a century to ensure the perfect taste profile.",
- },
- {
- id: "f3",
- title: "Is it gluten-free?",
- content: "Yes, all our standard beverages are gluten-free.",
- },
+ { id: "f1", title: "Where can I buy online?", content: "You can find our products at major retailers and authorized online stores." },
+ { id: "f2", title: "What makes it unique?", content: "Our secret recipe has been refined over a century to ensure the perfect taste profile." },
+ { id: "f3", title: "Is it gluten-free?", content: "Yes, all our standard beverages are gluten-free." },
]}
/>
@@ -192,32 +105,19 @@ export default function LandingPage() {