Merge version_1_1776441525765 into main #3
@@ -1,10 +1,10 @@
|
||||
import FeaturesFlipCards from '@/components/sections/features/FeaturesFlipCards';
|
||||
import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarCentered from '@/components/ui/NavbarCentered';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeaturesFlipCards from '@/components/sections/features/FeaturesFlipCards';
|
||||
import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards';
|
||||
import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -40,13 +40,16 @@ export default function HomePage() {
|
||||
items={[
|
||||
{
|
||||
title: "Sustainable Clay", descriptions: ["Sourced ethically", "Low environmental impact"],
|
||||
imageSrc: "https://pixabay.com/get/gbb556468151dcebd64117f2c43dbba17ee15440c1ffefd609f4303b17e00bbf3c9d716fa8cf39ee68a79ed13e31f2023add94433d0f327c5e4c53a4beb4256c9_1280.jpg"},
|
||||
imageSrc: "https://pixabay.com/get/gbb556468151dcebd64117f2c43dbba17ee15440c1ffefd609f4303b17e00bbf3c9d716fa8cf39ee68a79ed13e31f2023add94433d0f327c5e4c53a4beb4256c9_1280.jpg"
|
||||
},
|
||||
{
|
||||
title: "Artisan Craft", descriptions: ["Unique texture", "Handcrafted finishes"],
|
||||
imageSrc: "https://pixabay.com/get/gae64ee4d958170247f72a8d1df3e0113e2069a55466651e9a2c435037b7a1885a1ed996cb531696ca1329f095125178e9e01822b603042f7ec64a06971bde830_1280.jpg"},
|
||||
imageSrc: "https://pixabay.com/get/gae64ee4d958170247f72a8d1df3e0113e2069a55466651e9a2c435037b7a1885a1ed996cb531696ca1329f095125178e9e01822b603042f7ec64a06971bde830_1280.jpg"
|
||||
},
|
||||
{
|
||||
title: "Durable Design", descriptions: ["Built to last", "Kiln fired strength"],
|
||||
imageSrc: "https://pixabay.com/get/ga8595df38ad5021c812fd3751c52d382f1b12a533fa60eaf79337bf6ef506a9484c3670a81b9133945af6129ab800882892abe57d27d636c3dadd7b953a1c98c_1280.jpg"},
|
||||
imageSrc: "https://pixabay.com/get/ga8595df38ad5021c812fd3751c52d382f1b12a533fa60eaf79337bf6ef506a9484c3670a81b9133945af6129ab800882892abe57d27d636c3dadd7b953a1c98c_1280.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -58,14 +61,14 @@ export default function HomePage() {
|
||||
description="Find the perfect set for your kitchen or office."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter", price: "$35", description: "Single handcrafted mug", features: ["Durable clay", "Glazed finish"],
|
||||
tag: "Starter", price: "$35", description: "Single handcrafted mug", features: ["Durable clay", "Glazed finish"]
|
||||
},
|
||||
{
|
||||
tag: "Duo", price: "$60", description: "Perfect for couples", features: ["Two handcrafted mugs", "Matching design"],
|
||||
tag: "Duo", price: "$60", description: "Perfect for couples", features: ["Two handcrafted mugs", "Matching design"]
|
||||
},
|
||||
{
|
||||
tag: "Family", price: "$110", description: "Complete collection", features: ["Four handcrafted mugs", "Complimentary shipping"],
|
||||
},
|
||||
tag: "Family", price: "$110", description: "Complete collection", features: ["Four handcrafted mugs", "Complimentary shipping"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,7 +79,8 @@ export default function HomePage() {
|
||||
title="Featured By"
|
||||
description="Recognized by industry leaders in sustainable design."
|
||||
names={[
|
||||
"Dwell Magazine", "Kinfolk", "Minimalist Living", "Architectural Digest", "Green Home Monthly"]}
|
||||
"Dwell Magazine", "Kinfolk", "Minimalist Living", "Architectural Digest", "Green Home Monthly"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,9 +90,9 @@ export default function HomePage() {
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our community of mindful drinkers."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", role: "Designer", text: "The quality is unmatched.", imageSrc: "https://pixabay.com/get/g75567c317e1c5b7acee0c90a0ef7012c46ba04c158123773a760c2bc43765757857422af742dc0633b28d7cceaa6c611596235a0b1469ddf779bd7ba535f53ab_1280.jpg" },
|
||||
{ name: "Mark L.", role: "Architect", text: "A beautiful addition to my desk.", imageSrc: "https://pixabay.com/get/g75567c317e1c5b7acee0c90a0ef7012c46ba04c158123773a760c2bc43765757857422af742dc0633b28d7cceaa6c611596235a0b1469ddf779bd7ba535f53ab_1280.jpg" },
|
||||
{ name: "Elena M.", role: "Chef", text: "Truly artisan craftsmanship.", imageSrc: "https://pixabay.com/get/g75567c317e1c5b7acee0c90a0ef7012c46ba04c158123773a760c2bc43765757857422af742dc0633b28d7cceaa6c611596235a0b1469ddf779bd7ba535f53ab_1280.jpg" },
|
||||
{ name: "Sarah J.", text: "The quality is unmatched.", imageSrc: "https://pixabay.com/get/g75567c317e1c5b7acee0c90a0ef7012c46ba04c158123773a760c2bc43765757857422af742dc0633b28d7cceaa6c611596235a0b1469ddf779bd7ba535f53ab_1280.jpg" },
|
||||
{ name: "Mark L.", text: "A beautiful addition to my desk.", imageSrc: "https://pixabay.com/get/g75567c317e1c5b7acee0c90a0ef7012c46ba04c158123773a760c2bc43765757857422af742dc0633b28d7cceaa6c611596235a0b1469ddf779bd7ba535f53ab_1280.jpg" },
|
||||
{ name: "Elena M.", text: "Truly artisan craftsmanship.", imageSrc: "https://pixabay.com/get/g75567c317e1c5b7acee0c90a0ef7012c46ba04c158123773a760c2bc43765757857422af742dc0633b28d7cceaa6c611596235a0b1469ddf779bd7ba535f53ab_1280.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,4 +124,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user