diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index ed7f37f..52ccf5a 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,51 +1,22 @@
-import type { Metadata } from "next";
-import { Manrope } from "next/font/google";
-import { DM_Sans } from "next/font/google";
-import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
+import type { Metadata } from 'next';
+import { Inter } from 'next/font/google';
+import './globals.css';
-const manrope = Manrope({
- variable: "--font-manrope", subsets: ["latin"],
-});
-
-const dmSans = DM_Sans({
- variable: "--font-dm-sans", subsets: ["latin"],
-});
+const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
- title: "Tortellino's Farm | Fresh Farm-to-Table Pasta Delivery", description: "Experience authentic Italian tortellini crafted from organic ingredients. Same-day delivery of farm-fresh pasta to your door.", keywords: "tortellini, pasta delivery, organic pasta, Italian food, farm fresh, local delivery", metadataBase: new URL("https://tortellinos-farm.com"),
- alternates: {
- canonical: "https://tortellinos-farm.com"},
- openGraph: {
- title: "Tortellino's Farm - Fresh Pasta Delivered Daily", description: "Authentic Italian tortellini from our farm to your table in minutes.", url: "https://tortellinos-farm.com", siteName: "Tortellino's Farm", type: "website", images: [
- {
- url: "http://img.b2bpic.net/free-photo/arrangement-with-preserved-tomatoes_23-2148606772.jpg", alt: "Fresh tortellini from Tortellino's Farm"},
- ],
- },
- twitter: {
- card: "summary_large_image", title: "Tortellino's Farm - Farm-to-Table Pasta", description: "Order fresh, organic Italian tortellini. Same-day delivery available.", images: ["http://img.b2bpic.net/free-photo/arrangement-with-preserved-tomatoes_23-2148606772.jpg"],
- },
- robots: {
- index: true,
- follow: true,
- },
+ title: 'Tortellino\'s Farm - Fresh Farm-to-Table Pasta Delivered Daily',
+ description: 'Experience authentic Italian tortellini crafted from the finest organic ingredients. From our farm to your table in minutes.',
};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e1d02e..4b29def 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
-import { Leaf, Sprout, Truck, Globe, Zap, UtensilsCrossed, Award } from "lucide-react";
+import { Leaf, Sprout, Truck, Globe, Zap, UtensilsCrossed, Award, Package } from "lucide-react";
export default function LandingPage() {
return (
@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Order Now", href: "#products"}}
+ text: "Order Now", href: "#products"
+ }}
/>
@@ -54,7 +55,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
buttons={[
{ text: "Order Now", href: "#products" },
- { text: "Learn More", href: "#about" },
+ { text: "Browse Menu", href: "#pasta-fresca" },
]}
buttonAnimation="slide-up"
avatars={[
@@ -75,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: "Same-Day Delivery", description: "Order before 2 PM and enjoy fresh pasta at your table the same evening with our local delivery service.", icon: Truck,
- },
{
title: "Sustainable Practices", description: "We're committed to zero-waste packaging and carbon-neutral delivery options for a better future.", icon: Globe,
},
@@ -101,22 +102,129 @@ export default function LandingPage() {
/>
-
+
+
+
+
+
+
+
+
+
@@ -172,7 +280,8 @@ export default function LandingPage() {
tagIcon={Award}
names={["Organic Certified", "Farm Fresh Alliance", "Sustainable Practices", "Food Quality Standards", "Italian Heritage Guild", "Zero Waste Initiative", "Fair Trade Certified"]}
logos={[
- "http://img.b2bpic.net/free-vector/flat-design-carbon-neutral-labels-stamps_23-2149417066.jpg", "http://img.b2bpic.net/free-vector/tree-logo-design_1025-930.jpg", "http://img.b2bpic.net/free-vector/gradient-fair-trade-label-collection_23-2149492193.jpg", "http://img.b2bpic.net/free-vector/quality-badges_23-2147516098.jpg", "http://img.b2bpic.net/free-vector/flat-design-italian-restaurant-labels-template_23-2150225306.jpg", "http://img.b2bpic.net/free-vector/flat-design-carbon-neutral-labels-stamps_52683-85187.jpg", "http://img.b2bpic.net/free-vector/organic-food-label-collection-with-flat-design_23-2147802707.jpg"]}
+ "http://img.b2bpic.net/free-vector/flat-design-carbon-neutral-labels-stamps_23-2149417066.jpg", "http://img.b2bpic.net/free-vector/tree-logo-design_1025-930.jpg", "http://img.b2bpic.net/free-vector/gradient-fair-trade-label-collection_23-2149492193.jpg", "http://img.b2bpic.net/free-vector/quality-badges_23-2147516098.jpg", "http://img.b2bpic.net/free-vector/flat-design-italian-restaurant-labels-template_23-2150225306.jpg", "http://img.b2bpic.net/free-vector/flat-design-carbon-neutral-labels-stamps_52683-85187.jpg", "http://img.b2bpic.net/free-vector/organic-food-label-collection-with-flat-design_23-2147802707.jpg"
+ ]}
speed={40}
showCard={true}
/>
@@ -181,10 +290,11 @@ export default function LandingPage() {