diff --git a/src/app/page.tsx b/src/app/page.tsx index 71dfb35..574060f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import { Zap, Coffee, Users, Heart } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; @@ -41,33 +41,20 @@ export default function LandingPage() {
-
@@ -134,11 +121,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Karthik", date: "Oct 2024", title: "Regular", quote: "FUKU is my sanctuary.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg?_wi=2", imageAlt: "v60 pour over coffee brewing" }, - { id: "2", name: "Sneha", date: "Sep 2024", title: "Foodie", quote: "Tiramisu heaven!", tag: "Dessert", avatarSrc: "http://img.b2bpic.net/free-photo/two-lesbians-different-races-having-nice-time-together-coffee-shop_273609-9242.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg?_wi=2", imageAlt: "barista making specialty coffee" }, - { id: "3", name: "Rahul", date: "Aug 2024", title: "Gamer", quote: "Love the UNO nights.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-wooden-chair-reading-book_23-2148164503.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg?_wi=2", imageAlt: "fresh pour over coffee drip" }, - { id: "4", name: "Priya", date: "Jul 2024", title: "Coffee Nerd", quote: "Pour-over is perfection.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-drinking-coffee_23-2148348887.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=2", imageAlt: "v60 brewing specialty coffee beans" }, - { id: "5", name: "Amit", date: "Jun 2024", title: "Local", quote: "Simply the best staff.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/image-young-beautiful-woman-student-doing-homework-outdoor-coffee-shop-holding-journal_1258-205337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg?_wi=2", imageAlt: "poured cortado art specialty" }, + { id: "1", name: "Karthik", date: "Oct 2024", title: "Regular", quote: "FUKU is my sanctuary.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg?_wi=2" }, + { id: "2", name: "Sneha", date: "Sep 2024", title: "Foodie", quote: "Tiramisu heaven!", tag: "Dessert", avatarSrc: "http://img.b2bpic.net/free-photo/two-lesbians-different-races-having-nice-time-together-coffee-shop_273609-9242.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg?_wi=2" }, + { id: "3", name: "Rahul", date: "Aug 2024", title: "Gamer", quote: "Love the UNO nights.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-wooden-chair-reading-book_23-2148164503.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg?_wi=2" }, + { id: "4", name: "Priya", date: "Jul 2024", title: "Coffee Nerd", quote: "Pour-over is perfection.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-drinking-coffee_23-2148348887.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=2" }, + { id: "5", name: "Amit", date: "Jun 2024", title: "Local", quote: "Simply the best staff.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/image-young-beautiful-woman-student-doing-homework-outdoor-coffee-shop-holding-journal_1258-205337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg?_wi=2" }, ]} title="Words from Our Regulars" description="Hear what makes FUKU so special."