Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
title="SonicWave Elite Earbuds"
|
||||
description="Experience the pinnacle of audio engineering. Crystal clear sound, adaptive noise cancellation, and all-day comfort in every note."
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
mediaItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png", imageAlt: "SonicWave Elite Earbuds" }]}
|
||||
mediaItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=1", imageAlt: "SonicWave Elite Earbuds" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,9 +74,9 @@ export default function LandingPage() {
|
||||
title="Choose Your Sound"
|
||||
description="Explore our flagship lineup built for audiophiles and active lifestyles alike."
|
||||
products={[
|
||||
{ id: "p1", name: "Elite Pro", price: "$299", variant: "Matte Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png" },
|
||||
{ id: "p2", name: "Sport Edition", price: "$199", variant: "Electric Blue", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png" },
|
||||
{ id: "p3", name: "Classic", price: "$149", variant: "Frost White", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png" },
|
||||
{ id: "p1", name: "Elite Pro", price: "$299", variant: "Matte Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=2" },
|
||||
{ id: "p2", name: "Sport Edition", price: "$199", variant: "Electric Blue", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=3" },
|
||||
{ id: "p3", name: "Classic", price: "$149", variant: "Frost White", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=4" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,8 +89,8 @@ export default function LandingPage() {
|
||||
title="Proven Quality"
|
||||
description="Performance metrics that define the SonicWave standard."
|
||||
metrics={[
|
||||
{ id: "m1", value: "48h", title: "Battery Life", description: "Total playback time with charging case.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png" },
|
||||
{ id: "m2", value: "30dB", title: "Noise Reduction", description: "Advanced ANC performance level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png" },
|
||||
{ id: "m1", value: "48h", title: "Battery Life", description: "Total playback time with charging case.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=5" },
|
||||
{ id: "m2", value: "30dB", title: "Noise Reduction", description: "Advanced ANC performance level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=6" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
title="Loved by Users"
|
||||
description="What our community has to say about SonicWave."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex R.", handle: "@audio_enthusiast", testimonial: "The clarity of these earbuds is unlike anything I've tried in this price range.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png" },
|
||||
{ id: "t1", name: "Alex R.", handle: "@audio_enthusiast", testimonial: "The clarity of these earbuds is unlike anything I've tried in this price range.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLpgx5paaLPP2HYTrAXqjr4UEt/uploaded-1778071691039-y41d3yta.png?_wi=7" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user