Update src/app/page.tsx

This commit is contained in:
2026-03-09 17:50:19 +00:00
parent e6944a8b08
commit 678950b59b

View File

@@ -76,15 +76,15 @@ export default function LandingPage() {
tagIcon={Sprout}
tagAnimation="slide-up"
bulletPoints={[
{
title: "Monday Delivery Only", description: "We deliver fresh pasta exclusively on Mondays to ensure optimal freshness and quality at your doorstep.", icon: Truck,
},
{
title: "100% Organic Ingredients", description: "All our pasta is made from certified organic ingredients sourced directly from sustainable farms.", icon: Leaf,
},
{
title: "Handcrafted Excellence", description: "Every tortellini is carefully crafted using traditional Italian methods passed down through generations.", icon: Zap,
},
{
title: "Monday Delivery Only", description: "We deliver fresh pasta exclusively on Mondays to ensure optimal freshness and quality at your doorstep.", icon: Truck,
},
{
title: "Sustainable Practices", description: "We're committed to zero-waste packaging and carbon-neutral delivery options for a better future.", icon: Globe,
},
@@ -342,4 +342,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}