From aed613f1b0a538d77db666e927c7ac621ae0c7e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:09:27 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 149 ++++++++++++++++++++--------------------- 1 file changed, 71 insertions(+), 78 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 039720b..be97fd6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,19 +2,19 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import AboutMetric from "@/components/sections/about/AboutMetric"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; import FooterCard from "@/components/sections/footer/FooterCard"; -import Link from "next/link"; -import { Leaf, Users, Sparkles, Heart, Facebook, Instagram, Twitter, Linkedin } from "lucide-react"; +import { Leaf, Heart, Users, Award, TrendingUp, Sparkles, Facebook, Instagram, Twitter, Linkedin } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, { name: "Meal Plans", id: "meal-plans" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact" } ]; return ( @@ -35,22 +35,43 @@ export default function AboutPage() { navItems={navItems} brandName="NutriFlow" button={{ - text: "Order Now", - href: "/meal-plans" + text: "Order Now", href: "/meal-plans" }} /> -
- + +
+ +
+
-
- +
-
- + @@ -143,23 +140,19 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/nutriflow", - ariaLabel: "Visit our Facebook" + href: "https://facebook.com/nutriflow", ariaLabel: "Visit our Facebook" }, { icon: Instagram, - href: "https://instagram.com/nutriflow", - ariaLabel: "Visit our Instagram" + href: "https://instagram.com/nutriflow", ariaLabel: "Visit our Instagram" }, { icon: Twitter, - href: "https://twitter.com/nutriflow", - ariaLabel: "Visit our Twitter" + href: "https://twitter.com/nutriflow", ariaLabel: "Visit our Twitter" }, { icon: Linkedin, - href: "https://linkedin.com/company/nutriflow", - ariaLabel: "Visit our LinkedIn" + href: "https://linkedin.com/company/nutriflow", ariaLabel: "Visit our LinkedIn" } ]} /> -- 2.49.1 From a5d0071a6db2327db4fa3ef3edb4e54fd978a80f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:09:27 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 192 ++++++++++++++++++++++----------------- 1 file changed, 109 insertions(+), 83 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d6a8404..1378e67 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,21 +1,24 @@ "use client"; -import { Heart, HelpCircle } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Facebook, Instagram, Twitter, Linkedin } from "lucide-react"; +import { MessageSquare, Mail, Phone, MapPin, Facebook, Instagram, Twitter, Linkedin } from "lucide-react"; export default function ContactPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, { name: "Meal Plans", id: "meal-plans" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" } ]; + const handleContactSubmit = (data: Record) => { + console.log("Contact form submitted:", data); + }; + return ( - {/* Navbar */} - {/* CTA/Contact Section */} -
-
- +
+ +
+ +
+ +
+ +
+
+
+
+

Other Ways to Reach Us

+

We're available through multiple channels to best serve your needs

+
+ +
+
+
+ +
+

Email

+

support@nutriflow.com

+

We respond within 24 hours

+
+ +
+
+ +
+

Phone

+

1-800-NUTRIFLOW

+

Mon-Fri, 9AM-6PM EST

+
+ +
+
+ +
+

Location

+

123 Wellness Ave

+

San Francisco, CA 94102

+
+
+
- {/* FAQ Section */} -
-
- -
-
- - {/* Footer */} -- 2.49.1 From 2a401e647e209d8602d8dc482bce165bd79a946f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:09:28 +0000 Subject: [PATCH 3/5] Update src/app/meal-plans/page.tsx --- src/app/meal-plans/page.tsx | 318 ++++++++++++++---------------------- 1 file changed, 127 insertions(+), 191 deletions(-) diff --git a/src/app/meal-plans/page.tsx b/src/app/meal-plans/page.tsx index f2732a6..d176156 100644 --- a/src/app/meal-plans/page.tsx +++ b/src/app/meal-plans/page.tsx @@ -1,21 +1,20 @@ "use client"; -import Link from "next/link"; -import { Heart, Zap, Star, TrendingUp, HelpCircle } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Facebook, Instagram, Twitter, Linkedin } from "lucide-react"; +import { Heart, Zap, Star, TrendingUp, Facebook, Instagram, Twitter, Linkedin } from "lucide-react"; export default function MealPlansPage() { const navItems = [ - { name: "Home", id: "home" }, + { name: "Home", id: "/" }, { name: "About", id: "about" }, { name: "Meal Plans", id: "meal-plans" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "contact" } ]; return ( @@ -31,195 +30,136 @@ export default function MealPlansPage() { secondaryButtonStyle="layered" headingFontWeight="semibold" > - {/* Navbar */} + +
+
- {/* Meal Plans Featured Section */} - {/* Benefits Section */} -
-
- -
+
+
- {/* FAQ Section */} -
-
- -
+
+
- {/* Footer */} ); -} \ No newline at end of file +} -- 2.49.1 From 524315804e31f14838b58b60efe13f07e852befe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:09:28 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 202 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0388f5..66d13c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,10 +16,10 @@ import { Heart, Leaf, Sparkles, Zap, Star, TrendingUp, HelpCircle, Facebook, Ins export default function HomePage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, { name: "Meal Plans", id: "meal-plans" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact" } ]; return ( @@ -40,8 +40,7 @@ export default function HomePage() { navItems={navItems} brandName="NutriFlow" button={{ - text: "Order Now", - href: "/meal-plans" + text: "Order Now", href: "/meal-plans" }} />
@@ -55,12 +54,10 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "View Meal Plans", - href: "/meal-plans" + text: "View Meal Plans", href: "/meal-plans" }, { - text: "Learn More", - href: "/about" + text: "Learn More", href: "/about" } ]} buttonAnimation="slide-up" @@ -82,8 +79,7 @@ export default function HomePage() { title="Founded on a passion for health and wellness, NutriFlow combines nutritional science with culinary excellence. Our mission is simple: make healthy eating convenient, affordable, and delicious for everyone." buttons={[ { - text: "Meet Our Team", - href: "/about" + text: "Meet Our Team", href: "/about" } ]} buttonAnimation="slide-up" @@ -100,32 +96,16 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "weight-loss", - title: "Sustainable Weight Loss", - description: "Scientifically-designed plans that promote healthy, lasting weight loss without the hassle of calorie counting.", - imageSrc: "http://img.b2bpic.net/free-photo/various-healthy-food-with-measuring-tape-dumbbell-wooden-backdrop_23-2147882250.jpg?_wi=1", - imageAlt: "woman measuring weight scale fitness success" + id: "weight-loss", title: "Sustainable Weight Loss", description: "Scientifically-designed plans that promote healthy, lasting weight loss without the hassle of calorie counting.", imageSrc: "http://img.b2bpic.net/free-photo/various-healthy-food-with-measuring-tape-dumbbell-wooden-backdrop_23-2147882250.jpg?_wi=1", imageAlt: "woman measuring weight scale fitness success" }, { - id: "convenience", - title: "Ultimate Convenience", - description: "Pre-portioned, ready-to-heat meals save you hours on meal prep and planning each week.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-batch-food-cooked_23-2148765532.jpg?_wi=1", - imageAlt: "meal prep boxes convenience time saving" + id: "convenience", title: "Ultimate Convenience", description: "Pre-portioned, ready-to-heat meals save you hours on meal prep and planning each week.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-batch-food-cooked_23-2148765532.jpg?_wi=1", imageAlt: "meal prep boxes convenience time saving" }, { - id: "nutrition", - title: "Expert Nutrition", - description: "All meals crafted by certified nutritionists to ensure optimal macro and micronutrient balance.", - imageSrc: "http://img.b2bpic.net/free-photo/adult-man-woman-working-together_23-2148461552.jpg?_wi=1", - imageAlt: "nutritionist dietitian healthy meal planning" + id: "nutrition", title: "Expert Nutrition", description: "All meals crafted by certified nutritionists to ensure optimal macro and micronutrient balance.", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-woman-working-together_23-2148461552.jpg?_wi=1", imageAlt: "nutritionist dietitian healthy meal planning" }, { - id: "taste", - title: "Restaurant-Quality Taste", - description: "Delicious, chef-prepared meals that don't taste like diet food. Health and flavor in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13040.jpg?_wi=1", - imageAlt: "delicious gourmet healthy meal plated" + id: "taste", title: "Restaurant-Quality Taste", description: "Delicious, chef-prepared meals that don't taste like diet food. Health and flavor in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13040.jpg?_wi=1", imageAlt: "delicious gourmet healthy meal plated" } ]} gridVariant="four-items-2x2-equal-grid" @@ -144,66 +124,36 @@ export default function HomePage() { tagAnimation="slide-up" plans={[ { - id: "weight-loss", - badge: "Most Popular", - badgeIcon: Star, - price: "$249", - subtitle: "Per Week | 5 Days", - buttons={[ + id: "weight-loss", badge: "Most Popular", badgeIcon: Star, + price: "$249", subtitle: "Per Week | 5 Days", buttons: [ { - text: "Get Started", - href: "/meal-plans" + text: "Get Started", href: "/meal-plans" } - ]}, + ], features: [ - "1,500-1,800 calorie meals", - "5 days of prepared meals", - "Macro-balanced recipes", - "Free nutrition coaching", - "Flexible pause/resume", - "Free delivery" + "1,500-1,800 calorie meals", "5 days of prepared meals", "Macro-balanced recipes", "Free nutrition coaching", "Flexible pause/resume", "Free delivery" ] }, { - id: "balanced", - badge: "Best Value", - badgeIcon: TrendingUp, - price: "$189", - subtitle: "Per Week | 3 Days", - buttons={[ + id: "balanced", badge: "Best Value", badgeIcon: TrendingUp, + price: "$189", subtitle: "Per Week | 3 Days", buttons: [ { - text: "Get Started", - href: "/meal-plans" + text: "Get Started", href: "/meal-plans" } - ]}, + ], features: [ - "2,000-2,200 calorie meals", - "3 days of prepared meals", - "Balanced nutrition", - "Email support included", - "Flexible pause/resume", - "Free delivery" + "2,000-2,200 calorie meals", "3 days of prepared meals", "Balanced nutrition", "Email support included", "Flexible pause/resume", "Free delivery" ] }, { - id: "muscle-gain", - badge: "For Fitness", - badgeIcon: Zap, - price: "$299", - subtitle: "Per Week | 5 Days", - buttons={[ + id: "muscle-gain", badge: "For Fitness", badgeIcon: Zap, + price: "$299", subtitle: "Per Week | 5 Days", buttons: [ { - text: "Get Started", - href: "/meal-plans" + text: "Get Started", href: "/meal-plans" } - ]}, + ], features: [ - "2,800-3,200 calorie meals", - "5 days of prepared meals", - "High-protein recipes", - "Workout nutrition guide", - "Flexible pause/resume", - "Free delivery" + "2,800-3,200 calorie meals", "5 days of prepared meals", "High-protein recipes", "Workout nutrition guide", "Flexible pause/resume", "Free delivery" ] } ]} @@ -222,58 +172,22 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - title: "Lost 15 Pounds in 8 Weeks", - quote: "The meals are absolutely delicious, and I didn't feel like I was dieting. The convenience saved me so much time, and the weight just came off naturally.", - name: "Sarah Johnson", - role: "Marketing Manager", - imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-girl-is-raising-up-her-fisst-blue-background_176474-119362.jpg?_wi=1", - imageAlt: "happy woman professional portrait headshot" + id: "1", title: "Lost 15 Pounds in 8 Weeks", quote: "The meals are absolutely delicious, and I didn't feel like I was dieting. The convenience saved me so much time, and the weight just came off naturally.", name: "Sarah Johnson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-girl-is-raising-up-her-fisst-blue-background_176474-119362.jpg?_wi=1", imageAlt: "happy woman professional portrait headshot" }, { - id: "2", - title: "Finally Sustainable Eating", - quote: "I've tried every diet out there. NutriFlow is different because the food actually tastes amazing. This is something I can stick with long-term.", - name: "Michael Chen", - role: "Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=1", - imageAlt: "professional man portrait headshot confident" + id: "2", title: "Finally Sustainable Eating", quote: "I've tried every diet out there. NutriFlow is different because the food actually tastes amazing. This is something I can stick with long-term.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=1", imageAlt: "professional man portrait headshot confident" }, { - id: "3", - title: "Perfect for My Fitness Goals", - quote: "As someone who works out 5 days a week, having perfectly portioned meals that support my gains is a game-changer. My energy levels are through the roof.", - name: "Emily Rodriguez", - role: "Fitness Coach", - imageSrc: "http://img.b2bpic.net/free-photo/it-was-that-easy-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16565.jpg?_wi=1", - imageAlt: "fitness trainer woman portrait professional" + id: "3", title: "Perfect for My Fitness Goals", quote: "As someone who works out 5 days a week, having perfectly portioned meals that support my gains is a game-changer. My energy levels are through the roof.", name: "Emily Rodriguez", role: "Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/it-was-that-easy-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16565.jpg?_wi=1", imageAlt: "fitness trainer woman portrait professional" }, { - id: "4", - title: "Better Health, Better Life", - quote: "The nutritionist support and meal quality have completely changed how I approach food. I feel healthier and more energized than ever before.", - name: "David Kim", - role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-elegant-businessman-standing-office-building_1098-19247.jpg", - imageAlt: "professional man consultant portrait photo" + id: "4", title: "Better Health, Better Life", quote: "The nutritionist support and meal quality have completely changed how I approach food. I feel healthier and more energized than ever before.", name: "David Kim", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-elegant-businessman-standing-office-building_1098-19247.jpg", imageAlt: "professional man consultant portrait photo" }, { - id: "5", - title: "Family Approved", - quote: "My whole family loves the meals. Finally found a service that doesn't sacrifice taste for health. We're all seeing great results.", - name: "Jessica Thompson", - role: "Teacher", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg", - imageAlt: "happy teacher woman portrait professional" + id: "5", title: "Family Approved", quote: "My whole family loves the meals. Finally found a service that doesn't sacrifice taste for health. We're all seeing great results.", name: "Jessica Thompson", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg", imageAlt: "happy teacher woman portrait professional" }, { - id: "6", - title: "Exceeded Expectations", - quote: "From ordering to delivery to the quality of the food—everything has been exceptional. This is the best investment I've made in my health.", - name: "Robert Wilson", - role: "Software Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", - imageAlt: "professional engineer man portrait tech" + id: "6", title: "Exceeded Expectations", quote: "From ordering to delivery to the quality of the food—everything has been exceptional. This is the best investment I've made in my health.", name: "Robert Wilson", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "professional engineer man portrait tech" } ]} textboxLayout="default" @@ -288,24 +202,16 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "customers", - value: "10,000+", - description: "Happy Customers Transformed" + id: "customers", value: "10,000+", description: "Happy Customers Transformed" }, { - id: "meals", - value: "500K+", - description: "Healthy Meals Delivered" + id: "meals", value: "500K+", description: "Healthy Meals Delivered" }, { - id: "satisfaction", - value: "98%", - description: "Customer Satisfaction Rate" + id: "satisfaction", value: "98%", description: "Customer Satisfaction Rate" }, { - id: "avg-loss", - value: "12 lbs", - description: "Average Weight Loss in 8 Weeks" + id: "avg-loss", value: "12 lbs", description: "Average Weight Loss in 8 Weeks" } ]} metricsAnimation="slide-up" @@ -322,34 +228,22 @@ export default function HomePage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "How are the meals delivered?", - content: "Meals are delivered fresh to your door every Monday in insulated packaging with ice packs. Delivery is included in all our plans, and we offer flexible scheduling to fit your needs." + id: "1", title: "How are the meals delivered?", content: "Meals are delivered fresh to your door every Monday in insulated packaging with ice packs. Delivery is included in all our plans, and we offer flexible scheduling to fit your needs." }, { - id: "2", - title: "Can I customize meals for dietary restrictions?", - content: "Yes! We offer customization for gluten-free, dairy-free, vegetarian, vegan, and keto diets. Just let us know your preferences when you order." + id: "2", title: "Can I customize meals for dietary restrictions?", content: "Yes! We offer customization for gluten-free, dairy-free, vegetarian, vegan, and keto diets. Just let us know your preferences when you order." }, { - id: "3", - title: "How long do the meals stay fresh?", - content: "Our meals are designed to stay fresh for 5 days in the refrigerator. They're also freezer-friendly if you need to store them longer." + id: "3", title: "How long do the meals stay fresh?", content: "Our meals are designed to stay fresh for 5 days in the refrigerator. They're also freezer-friendly if you need to store them longer." }, { - id: "4", - title: "Can I pause or cancel anytime?", - content: "Absolutely! There's no long-term commitment. You can pause, skip weeks, or cancel anytime with no penalties." + id: "4", title: "Can I pause or cancel anytime?", content: "Absolutely! There's no long-term commitment. You can pause, skip weeks, or cancel anytime with no penalties." }, { - id: "5", - title: "Do you offer customer support?", - content: "Yes! All plans include support from our nutrition team. We're available via email and phone to answer questions and adjust your meal plan as needed." + id: "5", title: "Do you offer customer support?", content: "Yes! All plans include support from our nutrition team. We're available via email and phone to answer questions and adjust your meal plan as needed." }, { - id: "6", - title: "What if I have a food allergy?", - content: "We take allergies seriously. Please inform us of all allergies during signup, and our team will customize your meals accordingly. We maintain allergen-free preparation protocols." + id: "6", title: "What if I have a food allergy?", content: "We take allergies seriously. Please inform us of all allergies during signup, and our team will customize your meals accordingly. We maintain allergen-free preparation protocols." } ]} faqsAnimation="slide-up" @@ -379,23 +273,19 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/nutriflow", - ariaLabel: "Visit our Facebook" + href: "https://facebook.com/nutriflow", ariaLabel: "Visit our Facebook" }, { icon: Instagram, - href: "https://instagram.com/nutriflow", - ariaLabel: "Visit our Instagram" + href: "https://instagram.com/nutriflow", ariaLabel: "Visit our Instagram" }, { icon: Twitter, - href: "https://twitter.com/nutriflow", - ariaLabel: "Visit our Twitter" + href: "https://twitter.com/nutriflow", ariaLabel: "Visit our Twitter" }, { icon: Linkedin, - href: "https://linkedin.com/company/nutriflow", - ariaLabel: "Visit our LinkedIn" + href: "https://linkedin.com/company/nutriflow", ariaLabel: "Visit our LinkedIn" } ]} /> -- 2.49.1 From 703bfc417376ac05516c4e8f41f23351b6bcf2b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:09:29 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..59721d2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; + --card: #f0f9f6; + --foreground: #003d2e; --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #e8f5f1; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #52b788; + --background-accent: #b7e4c7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1