From b5b5933e1d3ca878d3f49240b2f060a157041ef7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:38:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 +++++++++++++++-------------------------------- 1 file changed, 56 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6f63c1..665be43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -171,12 +129,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "100%", title: "Šviežumas", description: "Kasdien šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-healthy-food_23-2148648556.jpg"}, - { - id: "m2", value: "24h", title: "Marinavimas", description: "Gilūs skoniai.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg"}, - { - id: "m3", value: "0", title: "Kompromisai", description: "Kokybė pirmoje vietoje.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595848.jpg"}, + { id: "m1", value: "100%", title: "Šviežumas", description: "Kasdien šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-healthy-food_23-2148648556.jpg" }, + { id: "m2", value: "24h", title: "Marinavimas", description: "Gilūs skoniai.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg" }, + { id: "m3", value: "0", title: "Kompromisai", description: "Kokybė pirmoje vietoje.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595848.jpg" }, ]} title="Jokių kompromisų." description="Tikras maistas, tikri žmonės." @@ -189,16 +144,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Tomas K.", handle: "@tomas", testimonial: "Kebabas grįžo į seną gerą formą!", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"}, - { - id: "t2", name: "Gintarė J.", handle: "@gintare", testimonial: "Didelės porcijos, labai šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-eating-some-street-food_23-2148952870.jpg"}, - { - id: "t3", name: "Mantas B.", handle: "@mantas", testimonial: "Geriausia vieta Kaune.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-he-is-happy-show-like-him-win-something_627829-13285.jpg"}, - { - id: "t4", name: "Eglė M.", handle: "@egle", testimonial: "Tikrai pasitaisė, rekomenduoju.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-holding-index-fingers-cheeks-floral-blouse-black-skirt-looking-cheery-front-view_176474-52382.jpg"}, - { - id: "t5", name: "Lukas V.", handle: "@lukas", testimonial: "Visada grįžtu čia pavalgyti.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22459.jpg"}, + { id: "t1", name: "Tomas K.", handle: "@tomas", testimonial: "Kebabas grįžo į seną gerą formą!", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg" }, + { id: "t2", name: "Gintarė J.", handle: "@gintare", testimonial: "Didelės porcijos, labai šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-eating-some-street-food_23-2148952870.jpg" }, + { id: "t3", name: "Mantas B.", handle: "@mantas", testimonial: "Geriausia vieta Kaune.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-he-is-happy-show-like-him-win-something_627829-13285.jpg" }, + { id: "t4", name: "Eglė M.", handle: "@egle", testimonial: "Tikrai pasitaisė, rekomenduoju.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-holding-index-fingers-cheeks-floral-blouse-black-skirt-looking-cheery-front-view_176474-52382.jpg" }, + { id: "t5", name: "Lukas V.", handle: "@lukas", testimonial: "Visada grįžtu čia pavalgyti.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22459.jpg" }, ]} title="Ką sako žmonės" description="Kasdien dirbame, kad vėl nusipelnytume jūsų meilės." @@ -209,17 +159,12 @@ export default function LandingPage() { @@ -227,16 +172,13 @@ export default function LandingPage() {
@@ -245,26 +187,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1