Merge version_1 into main #2
117
src/app/page.tsx
117
src/app/page.tsx
@@ -28,12 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Shop", id: "#shop"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Shop", id: "#shop" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
]}
|
||||
brandName="Wavy Trend"
|
||||
/>
|
||||
@@ -41,41 +38,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "cell-wave"}}
|
||||
background={{ variant: "cell-wave" }}
|
||||
title="Refresh Your World with Wavy Trend"
|
||||
description="Experience the classic taste of Coca-Cola, delivered right to your doorstep. Join the wave and satisfy your cravings today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#shop"},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#shop" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg"
|
||||
imageAlt="Refreshing Coca-Cola bottle"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-orange-juice-with-woman-hands_23-2148306973.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-with-beer-funny-expression_1194-3297.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-girls-with-pizza-soda_23-2148720176.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/curious-girl-waiting-party-news-colorful-background_158595-4362.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-athlete-drinking-water_23-2149063687.jpg", alt: "User 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-orange-juice-with-woman-hands_23-2148306973.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/crazy-man-with-beer-funny-expression_1194-3297.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-girls-with-pizza-soda_23-2148720176.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/curious-girl-waiting-party-news-colorful-background_158595-4362.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-female-athlete-drinking-water_23-2149063687.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "ICE COLD"},
|
||||
{
|
||||
type: "text", text: "FAST DELIVERY"},
|
||||
{
|
||||
type: "text", text: "AUTHENTIC"},
|
||||
{
|
||||
type: "text", text: "REFRESHING"},
|
||||
{
|
||||
type: "text", text: "BULK SAVINGS"},
|
||||
{ type: "text", text: "ICE COLD" },
|
||||
{ type: "text", text: "FAST DELIVERY" },
|
||||
{ type: "text", text: "AUTHENTIC" },
|
||||
{ type: "text", text: "REFRESHING" },
|
||||
{ type: "text", text: "BULK SAVINGS" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,10 +67,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Wavy Trend is Your Go-To Choice"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#shop"},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#shop" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,18 +78,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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: "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: "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: "p6", name: "Party Size Jug", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/brown-drink-falling-ice_1194-1208.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: "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: "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" },
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Browse our curated selection of refreshing Coca-Cola products."
|
||||
@@ -122,21 +96,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_drinks", testimonial: "Wavy Trend makes getting my favorite soda so easy and convenient!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-juice-with-woman-hands_23-2148306973.jpg"},
|
||||
{
|
||||
id: "2", name: "Mark Davis", handle: "@mark_d", testimonial: "Excellent service and always delivered ice cold. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-with-beer-funny-expression_1194-3297.jpg"},
|
||||
{
|
||||
id: "3", name: "Jennifer Lee", handle: "@jenny_l", testimonial: "The best place to order bulk for our parties. Fast and reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girls-with-pizza-soda_23-2148720176.jpg"},
|
||||
{
|
||||
id: "4", name: "Kevin Smith", handle: "@ksmith", testimonial: "Ordering process is simple and the products arrive perfectly packed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curious-girl-waiting-party-news-colorful-background_158595-4362.jpg"},
|
||||
{
|
||||
id: "5", name: "Emily White", handle: "@emily_w", testimonial: "Five stars! Wavy Trend never lets me down when I need my Coke fix.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-drinking-water_23-2149063687.jpg"},
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarah_drinks", testimonial: "Wavy Trend makes getting my favorite soda so easy and convenient!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-juice-with-woman-hands_23-2148306973.jpg" },
|
||||
{ id: "2", name: "Mark Davis", handle: "@mark_d", testimonial: "Excellent service and always delivered ice cold. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-with-beer-funny-expression_1194-3297.jpg" },
|
||||
{ id: "3", name: "Jennifer Lee", handle: "@jenny_l", testimonial: "The best place to order bulk for our parties. Fast and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-girls-with-pizza-soda_23-2148720176.jpg" },
|
||||
{ id: "4", name: "Kevin Smith", handle: "@ksmith", testimonial: "Ordering process is simple and the products arrive perfectly packed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curious-girl-waiting-party-news-colorful-background_158595-4362.jpg" },
|
||||
{ id: "5", name: "Emily White", handle: "@emily_w", testimonial: "Five stars! Wavy Trend never lets me down when I need my Coke fix.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-drinking-water_23-2149063687.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Our Community"
|
||||
@@ -150,12 +114,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
label: "Satisfied Customers", value: "10,000+"},
|
||||
{
|
||||
label: "Orders Delivered", value: "50,000+"},
|
||||
{
|
||||
label: "Refreshment Rate", value: "99%"},
|
||||
{ value: "10,000+", description: "Satisfied Customers" },
|
||||
{ value: "50,000+", description: "Orders Delivered" },
|
||||
{ value: "99%", description: "Refreshment Rate" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Measuring the smiles we deliver every single day."
|
||||
@@ -168,26 +129,20 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Coke Classics", href: "#shop"},
|
||||
{
|
||||
label: "Promotions", href: "#shop"},
|
||||
{ label: "Coke Classics", href: "#shop" },
|
||||
{ label: "Promotions", href: "#shop" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us", href: "#"},
|
||||
{
|
||||
label: "Shipping Info", href: "#"},
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user