diff --git a/src/app/page.tsx b/src/app/page.tsx index 84f0671..3a2e547 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() {
-
@@ -107,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" }, @@ -151,4 +128,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}