From c7e5476fd9dc4057b78396ac6424a00cfb0b11bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:45:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 842358c..91520cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { FileText, Zap, Star, Clock, Shield } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -11,7 +12,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { FileText } from "lucide-react"; export default function LandingPage() { return ( @@ -24,22 +24,10 @@ export default function LandingPage() { @@ -234,46 +117,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - title: "Brutal Truth", - quote: "Too long, but honestly? Worth it.", - name: "Ana K.", - role: "Critic", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", - }, - { - id: "2", - title: "Gold Standard", - quote: "No place better in the city.", - name: "Levan D.", - role: "Chef", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-glasses_23-2148415919.jpg", - }, - { - id: "3", - title: "Smoky Perfection", - quote: "The charcoal taste is unmatched.", - name: "Nino M.", - role: "Diner", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-shooting-with-projector_23-2149424928.jpg", - }, - { - id: "4", - title: "Slow-made Art", - quote: "I hate the wait, I love the food.", - name: "Giorgi S.", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-shooting-with-projector_23-2149424924.jpg", - }, - { - id: "5", - title: "Unapologetic", - quote: "Don't come if you are in a rush.", - name: "Mariam G.", - role: "Fan", - imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122920.jpg", - }, + { id: "1", title: "Brutal Truth", quote: "Too long, but honestly? Worth it.", name: "Ana K.", role: "Critic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg" }, + { id: "2", title: "Gold Standard", quote: "No place better in the city.", name: "Levan D.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-glasses_23-2148415919.jpg" }, + { id: "3", title: "Smoky Perfection", quote: "The charcoal taste is unmatched.", name: "Nino M.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-shooting-with-projector_23-2149424928.jpg" }, + { id: "4", title: "Slow-made Art", quote: "I hate the wait, I love the food.", name: "Giorgi S.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-shooting-with-projector_23-2149424924.jpg" }, + { id: "5", title: "Unapologetic", quote: "Don't come if you are in a rush.", name: "Mariam G.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122920.jpg" } ]} title="Voices from the embers" description="What the city says about us." @@ -286,27 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100%", - title: "Coal-Grilled", - description: "Real fire only.", - imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg", - }, - { - id: "m2", - value: "24h", - title: "Slow-Aged", - description: "Deep flavor development.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", - }, - { - id: "m3", - value: "1st", - title: "Rated", - description: "Tbilisi street food rankings.", - imageSrc: "http://img.b2bpic.net/free-photo/shish-kebab-bay-leaves_23-2147717065.jpg", - }, + { id: "m1", value: "100%", title: "Coal-Grilled", description: "Real fire only.", imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg" }, + { id: "m2", value: "24h", title: "Slow-Aged", description: "Deep flavor development.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg" }, + { id: "m3", value: "1st", title: "Rated", description: "Tbilisi street food rankings.", imageSrc: "http://img.b2bpic.net/free-photo/shish-kebab-bay-leaves_23-2147717065.jpg" } ]} title="Stats by the Coal" description="Hard numbers, soft center." @@ -316,9 +146,7 @@ export default function LandingPage() {
@@ -327,28 +155,8 @@ export default function LandingPage() { -- 2.49.1