diff --git a/src/app/layout.tsx b/src/app/layout.tsx index af0ed17..1b1b157 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,29 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "FreshBite - Healthy Meal Delivery Service", - description: "Fresh, nutritious meals delivered daily. Order from our curated menu of balanced meals prepared by certified nutritionists.", - keywords: "healthy meal delivery, fresh meals, nutrition, meal plans, organic food", - metadataBase: new URL("https://freshbite.local"), + title: "FreshBite - Healthy Meal Delivery Service", description: "Fresh, nutritious meals delivered daily. Order from our curated menu of balanced meals prepared by certified nutritionists.", keywords: "healthy meal delivery, fresh meals, nutrition, meal plans, organic food", metadataBase: new URL("https://freshbite.local"), alternates: { - canonical: "https://freshbite.local", - }, + canonical: "https://freshbite.local"}, }; export default function RootLayout({ @@ -1415,4 +1408,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ec7c7bf..95ff922 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Mission", href: "#" }, { label: "Careers", href: "#" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Products", - items: [ + title: "Products", items: [ { label: "Meal Plans", href: "/pricing" }, { label: "Menu", href: "/menu" }, { label: "Customization", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Delivery Info", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Allergen Info", href: "#" }, @@ -105,18 +101,11 @@ export default function HomePage() { @@ -209,37 +156,16 @@ export default function HomePage() { animationType="opacity" features={[ { - id: "nutrition", - label: "Nutrition", - title: "Expertly Balanced Nutrition", - items: [ - "Macro-balanced meals", - "Certified nutritionists", - "Calorie-counted options", - "Allergen information", - ], + id: "nutrition", label: "Nutrition", title: "Expertly Balanced Nutrition", items: [ + "Macro-balanced meals", "Certified nutritionists", "Calorie-counted options", "Allergen information"], }, { - id: "quality", - label: "Quality", - title: "Premium Ingredients Daily", - items: [ - "Organic sourcing", - "Local farm partnerships", - "No artificial additives", - "Fresh daily preparation", - ], + id: "quality", label: "Quality", title: "Premium Ingredients Daily", items: [ + "Organic sourcing", "Local farm partnerships", "No artificial additives", "Fresh daily preparation"], }, { - id: "convenience", - label: "Convenience", - title: "Easy Ordering & Fast Delivery", - items: [ - "Simple online ordering", - "Same-day delivery available", - "Flexible meal plans", - "Temperature-controlled transport", - ], + id: "convenience", label: "Convenience", title: "Easy Ordering & Fast Delivery", items: [ + "Simple online ordering", "Same-day delivery available", "Flexible meal plans", "Temperature-controlled transport"], }, ]} /> @@ -254,66 +180,25 @@ export default function HomePage() { animationType="slide-up" plans={[ { - id: "starter", - title: "Starter Plan", - price: "$59", - period: "/week", - imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-poke-bowl_23-2148873839.jpg?_wi=1", - imageAlt: "meal plan healthy food basket", - features: [ - "3 meals per day", - "5 days of delivery", - "Basic customization", - "Email support", - "Nutrition tracking", - ], + id: "starter", title: "Starter Plan", price: "$59", period: "/week", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-poke-bowl_23-2148873839.jpg?_wi=1", imageAlt: "meal plan healthy food basket", features: [ + "3 meals per day", "5 days of delivery", "Basic customization", "Email support", "Nutrition tracking"], button: { - text: "Get Started", - href: "/contact", - }, + text: "Get Started", href: "/contact"}, }, { - id: "professional", - title: "Professional Plan", - price: "$89", - period: "/week", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=1", - imageAlt: "premium meal plan full week box", - features: [ - "3 meals per day", - "7 days of delivery", - "Full menu selection", - "Priority support", - "Advanced nutrition tracking", - "Macro customization", - ], + id: "professional", title: "Professional Plan", price: "$89", period: "/week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=1", imageAlt: "premium meal plan full week box", features: [ + "3 meals per day", "7 days of delivery", "Full menu selection", "Priority support", "Advanced nutrition tracking", "Macro customization"], button: { - text: "Start Today", - href: "/contact", - }, + text: "Start Today", href: "/contact"}, }, { - id: "elite", - title: "Elite Plan", - price: "$129", - period: "/week", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-sandwich-with-avocado-tomatoes-delivery-box_140725-12509.jpg?_wi=1", - imageAlt: "luxury elite meal plan premium box", - features: [ - "4 meals per day", - "7 days of delivery", - "Premium menu access", - "24/7 concierge support", - "Personal nutrition coaching", - "Custom recipes", - "Flexible scheduling", - ], + id: "elite", title: "Elite Plan", price: "$129", period: "/week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-sandwich-with-avocado-tomatoes-delivery-box_140725-12509.jpg?_wi=1", imageAlt: "luxury elite meal plan premium box", features: [ + "4 meals per day", "7 days of delivery", "Premium menu access", "24/7 concierge support", "Personal nutrition coaching", "Custom recipes", "Flexible scheduling"], button: { - text: "Upgrade Now", - href: "/contact", - }, + text: "Upgrade Now", href: "/contact"}, }, ]} + cardClassName="[&:nth-child(2)]:scale-105 [&:nth-child(2)]:border-2 [&:nth-child(2)]:border-primary [&:nth-child(2)]:shadow-lg [&:nth-child(2)]:shadow-primary/30" /> @@ -326,41 +211,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Fitness Coach", - company: "Active Wellness Center", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-617.jpg?_wi=1", - imageAlt: "female fitness coach portrait professional", - }, + id: "1", name: "Sarah Mitchell", role: "Fitness Coach", company: "Active Wellness Center", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-617.jpg?_wi=1", imageAlt: "female fitness coach portrait professional"}, { - id: "2", - name: "Michael Chen", - role: "Entrepreneur", - company: "Tech Startup", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "male entrepreneur business portrait professional", - }, + id: "2", name: "Michael Chen", role: "Entrepreneur", company: "Tech Startup", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "male entrepreneur business portrait professional"}, { - id: "3", - name: "Jessica Rodriguez", - role: "Nutritionist", - company: "Health & Wellness Clinic", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg?_wi=1", - imageAlt: "female nutritionist healthcare professional portrait", - }, + id: "3", name: "Jessica Rodriguez", role: "Nutritionist", company: "Health & Wellness Clinic", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg?_wi=1", imageAlt: "female nutritionist healthcare professional portrait"}, { - id: "4", - name: "David Thompson", - role: "Busy Professional", - company: "Financial Services", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=1", - imageAlt: "male business professional corporate portrait", - }, + id: "4", name: "David Thompson", role: "Busy Professional", company: "Financial Services", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=1", imageAlt: "male business professional corporate portrait"}, ]} kpiItems={[ { value: "95%", label: "Customer Satisfaction" }, @@ -392,4 +253,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}