Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0db6b78ca | |||
| 4d1d3568a0 | |||
| 6cd30288e5 | |||
| 0dbe890a00 | |||
| 190a377cba |
221
src/app/page.tsx
221
src/app/page.tsx
@@ -5,9 +5,9 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -28,25 +28,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pasta",
|
name: "Pasta", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Our Craft",
|
name: "Our Craft", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Duppy Dou"
|
brandName="Duppy Dou"
|
||||||
/>
|
/>
|
||||||
@@ -56,102 +46,57 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Duppy Dou — Pastas"
|
title="Duppy Dou — Pastas"
|
||||||
description="Pasta hecha con alma. Experience the authentic craft of artisan Italian pasta, brought directly to your home with unmatched luxury."
|
description="Pasta hecha con alma. Experience the authentic craft of artisan Italian pasta, brought directly to your home with unmatched luxury."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Elena Rossi",
|
name: "Elena Rossi", handle: "@elena", testimonial: "The best pasta I have tasted outside Italy.", rating: 5,
|
||||||
handle: "@elena",
|
imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=1"},
|
||||||
testimonial: "The best pasta I have tasted outside Italy.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Marco V.",
|
name: "Marco V.", handle: "@marco", testimonial: "Incredible texture and flavor profile.", rating: 5,
|
||||||
handle: "@marco",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg?_wi=1"},
|
||||||
testimonial: "Incredible texture and flavor profile.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sarah J.",
|
name: "Sarah J.", handle: "@sarahj", testimonial: "Restaurant quality at home.", rating: 5,
|
||||||
handle: "@sarahj",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24358.jpg?_wi=1"},
|
||||||
testimonial: "Restaurant quality at home.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24358.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "David P.",
|
name: "David P.", handle: "@dpasta", testimonial: "The flavor is truly exceptional.", rating: 5,
|
||||||
handle: "@dpasta",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733202.jpg?_wi=1"},
|
||||||
testimonial: "The flavor is truly exceptional.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733202.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Anna W.",
|
name: "Anna W.", handle: "@anna", testimonial: "Brings the soul of Italy to my table.", rating: 5,
|
||||||
handle: "@anna",
|
imageSrc: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg?_wi=1"},
|
||||||
testimonial: "Brings the soul of Italy to my table.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Craft",
|
text: "Our Craft", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cutting-dough-pasta_23-2148296882.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cutting-dough-pasta_23-2148296882.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg",
|
src: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", alt: "Customer 1"},
|
||||||
alt: "Customer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg", alt: "Customer 2"},
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24358.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24358.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733202.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733202.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg",
|
src: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg", alt: "Customer 5"},
|
||||||
alt: "Customer 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "100% Organic"},
|
||||||
text: "100% Organic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Handcrafted Daily"},
|
||||||
text: "Handcrafted Daily",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Bronze Cut"},
|
||||||
text: "Bronze Cut",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Authentic Italian"},
|
||||||
text: "Authentic Italian",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Slow Dried"},
|
||||||
text: "Slow Dried",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -164,17 +109,11 @@ export default function LandingPage() {
|
|||||||
description="We hand-shape every strand using traditional techniques and the finest durum semolina. Our process is a tribute to the slow, intentional art of pasta making."
|
description="We hand-shape every strand using traditional techniques and the finest durum semolina. Our process is a tribute to the slow, intentional art of pasta making."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "100% Organic",
|
title: "100% Organic", description: "Sourced from small-batch Italian farms."},
|
||||||
description: "Sourced from small-batch Italian farms.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Bronze Cut",
|
title: "Bronze Cut", description: "For the perfect sauce-gripping texture."},
|
||||||
description: "For the perfect sauce-gripping texture.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Slow Dried",
|
title: "Slow Dried", description: "Preserving nutrients and full flavor."},
|
||||||
description: "Preserving nutrients and full flavor.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-pizza-cutter-utensils_23-2148296890.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-pizza-cutter-utensils_23-2148296890.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -182,48 +121,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardFour
|
||||||
animationType="scale-rotate"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Golden Fettuccine", price: "$12.00", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/dark-pasta-plate-dark-cloth_23-2148340417.jpg"},
|
||||||
name: "Golden Fettuccine",
|
|
||||||
price: "$12.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-pasta-plate-dark-cloth_23-2148340417.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Orecchiette Rustica", price: "$14.00", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-apron-holding-dough_23-2148296873.jpg"},
|
||||||
name: "Orecchiette Rustica",
|
|
||||||
price: "$14.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-apron-holding-dough_23-2148296873.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Signature Ravioli", price: "$18.00", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/seafood-fettuccini-with-creamy-sauce-parmesan-topped-with-cherry-tomato-dill_140725-1612.jpg"},
|
||||||
name: "Signature Ravioli",
|
|
||||||
price: "$18.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-fettuccini-with-creamy-sauce-parmesan-topped-with-cherry-tomato-dill_140725-1612.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Pappardelle Ribbons", price: "$13.00", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-seeds-concept_23-2148578405.jpg"},
|
||||||
name: "Pappardelle Ribbons",
|
|
||||||
price: "$13.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-seeds-concept_23-2148578405.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Artisan Selection", price: "$25.00", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-pasta-composition-raw-product-inside-plates-grey_140725-103938.jpg"},
|
||||||
name: "Artisan Selection",
|
|
||||||
price: "$25.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-pasta-composition-raw-product-inside-plates-grey_140725-103938.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Rustic Fusilli", price: "$11.00", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/brown-raw-fusilli-pasta-scattered-blue-space_114579-76338.jpg"},
|
||||||
name: "Rustic Fusilli",
|
|
||||||
price: "$11.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-raw-fusilli-pasta-scattered-blue-space_114579-76338.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Collection"
|
title="Our Collection"
|
||||||
description="Premium shapes for your culinary masterpieces."
|
description="Premium shapes for your culinary masterpieces."
|
||||||
@@ -231,50 +146,21 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardThirteen
|
||||||
|
showRating={true}
|
||||||
|
animationType="depth-3d"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah J.", handle: "@foodie", testimonial: "Stunning quality, like a restaurant in Rome.", rating: 5,
|
||||||
title: "Perfect texture",
|
imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=2"},
|
||||||
quote: "Stunning quality, like a restaurant in Rome.",
|
|
||||||
name: "Sarah J.",
|
|
||||||
role: "Foodie",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Michael K.", handle: "@homechef", testimonial: "You can taste the dedication in every bite.", rating: 5,
|
||||||
title: "Pure craft",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg?_wi=2"},
|
||||||
quote: "You can taste the dedication in every bite.",
|
|
||||||
name: "Michael K.",
|
|
||||||
role: "Home Chef",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Laura G.", handle: "@gourmet", testimonial: "Finally, pasta that respects tradition.", rating: 5,
|
||||||
title: "Highly recommend",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24358.jpg?_wi=2"},
|
||||||
quote: "Finally, pasta that respects tradition.",
|
|
||||||
name: "Laura G.",
|
|
||||||
role: "Gourmet",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24358.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
title: "Exceptional",
|
|
||||||
quote: "I never buy supermarket pasta anymore.",
|
|
||||||
name: "David P.",
|
|
||||||
role: "Customer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733202.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
title: "Love it",
|
|
||||||
quote: "Brings the soul of Italy to my dinner table.",
|
|
||||||
name: "Anna W.",
|
|
||||||
role: "Food Blogger",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Soulful Reviews"
|
title="Soulful Reviews"
|
||||||
description="What our passionate community says."
|
description="What our passionate community says."
|
||||||
@@ -285,14 +171,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
text="Ready to bring the artisan soul into your kitchen?"
|
text="Ready to bring the artisan soul into your kitchen?"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "https://wa.me/1234567890"},
|
||||||
href: "https://wa.me/1234567890",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #0a0a0a;
|
||||||
--card: #f9f9f9;
|
--card: #1a1a1a;
|
||||||
--foreground: #000f06e6;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #ffdf7d;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #b8860b;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #8b6914;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user