From 46f0dee31c5eec39ad5a94d16223267ff8a2dc37 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 08:59:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84f0671..85bbfb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -39,34 +39,11 @@ export default function LandingPage() {
-
@@ -151,4 +128,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 45e89ec486b3c86302d67add40cf4184206c1dcd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:01:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85bbfb0..3a2e547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="Learn to Cook" description="Discover the joy of home cooking with our warm, inviting, and easy-to-follow lessons. Start your culinary journey today!" buttons={[{ text: "Start Cooking", href: "#features" }]} - imageSrc="http://img.b2bpic.net/free-photo/young-little-girl-baking-pastry-kitchen-breakfast_1303-20768.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-little-girl-baking-pastry-kitchen-breakfast_1303-20768.jpg?_wi=1" /> @@ -84,11 +84,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Elena R.", role: "Student", company: "Culinary Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-little-girl-baking-pastry-kitchen-breakfast_1303-20768.jpg" }, + { id: "t1", name: "Elena R.", role: "Student", company: "Culinary Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-little-girl-baking-pastry-kitchen-breakfast_1303-20768.jpg?_wi=2" }, { id: "t2", name: "Mark S.", role: "Home Chef", company: "Food Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cooking-family_23-2149943875.jpg" }, { id: "t3", name: "Julia M.", role: "Professional", company: "Kitchen Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg" }, { id: "t4", name: "Tom K.", role: "Learner", company: "Tech Professional", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/son-helping-father-kitchen_23-2148351720.jpg" }, - { id: "t5", name: "Sarah L.", role: "Foodie", company: "Home Kitchen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-little-girl-baking-pastry-kitchen-breakfast_1303-20768.jpg" } + { id: "t5", name: "Sarah L.", role: "Foodie", company: "Home Kitchen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-little-girl-baking-pastry-kitchen-breakfast_1303-20768.jpg?_wi=3" } ]} kpiItems={[ { value: "4.9/5", label: "Avg. Rating" }, -- 2.49.1