diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2958b25..d3a86b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,63 +42,40 @@ export default function LandingPage() {
@@ -115,9 +86,7 @@ export default function LandingPage() {
title="Why Wavy Trend is Your Go-To Choice"
buttons={[
{
- text: "Learn More",
- href: "#shop",
- },
+ text: "Learn More", href: "#shop"},
]}
/>
@@ -130,41 +99,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Coke 6-Pack",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dark-beer-marble-table-high-quality-photo_114579-67379.jpg",
- },
+ id: "p1", name: "Classic Coke 6-Pack", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dark-beer-marble-table-high-quality-photo_114579-67379.jpg"},
{
- id: "p2",
- name: "Coke Can (Single)",
- price: "$1.50",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cubes-refreshing-drink-with-bubbles_23-2152005559.jpg",
- },
+ id: "p2", name: "Coke Can (Single)", price: "$1.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cubes-refreshing-drink-with-bubbles_23-2152005559.jpg"},
{
- id: "p3",
- name: "Premium Glass Bottle",
- price: "$3.00",
- imageSrc: "http://img.b2bpic.net/free-photo/collection-beer-bottle_23-2148600979.jpg",
- },
+ id: "p3", name: "Premium Glass Bottle", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/collection-beer-bottle_23-2148600979.jpg"},
{
- id: "p4",
- name: "Coke Crate (24 bottles)",
- price: "$45.00",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149148465.jpg",
- },
+ id: "p4", name: "Coke Crate (24 bottles)", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149148465.jpg"},
{
- id: "p5",
- name: "Variety Pack (Assorted)",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lemon-juice-slice_23-2148770684.jpg",
- },
+ id: "p5", name: "Variety Pack (Assorted)", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lemon-juice-slice_23-2148770684.jpg"},
{
- id: "p6",
- name: "Party Size Jug",
- price: "$8.50",
- imageSrc: "http://img.b2bpic.net/free-photo/brown-drink-falling-ice_1194-1208.jpg",
- },
+ id: "p6", name: "Party Size Jug", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/brown-drink-falling-ice_1194-1208.jpg"},
]}
title="Our Signature Collection"
description="Browse our curated selection of refreshing Coca-Cola products."
@@ -173,49 +118,25 @@ export default function LandingPage() {
@@ -236,42 +167,27 @@ export default function LandingPage() {
logoText="Wavy Trend"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Coke Classics",
- href: "#shop",
- },
+ label: "Coke Classics", href: "#shop"},
{
- label: "Promotions",
- href: "#shop",
- },
+ label: "Promotions", href: "#shop"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact Us",
- href: "#",
- },
+ label: "Contact Us", href: "#"},
{
- label: "Shipping Info",
- href: "#",
- },
+ label: "Shipping Info", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}