diff --git a/src/app/page.tsx b/src/app/page.tsx index dee99af..4d6983c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -95,28 +70,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "360° Hareket", - description: "Tüm ürünlerinizi her açıdan görünür kılar.", - bentoComponent: "reveal-icon", - icon: RotateCcw, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-scientist-blue-lab-uniform-stand-near-big-steel-machine-with-control-panel-look-camera_645730-409.jpg", - imageAlt: "modern industrial design workshop", + title: "360° Hareket", description: "Tüm ürünlerinizi her açıdan görünür kılar.", bentoComponent: "reveal-icon", icon: RotateCcw, }, { - title: "Neon Etkisi", - description: "Turkuaz neon ışıklarla maksimum dikkat.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/orange-stage-product-display_23-2151978862.jpg?_wi=2", - imageAlt: "modern industrial design workshop", + title: "Neon Etkisi", description: "Turkuaz neon ışıklarla maksimum dikkat.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Anahtar Teslim", - description: "Tasarım, üretim ve kurulum dahil süreç.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-exhibition-miniature-architecture_1321-4493.jpg?_wi=1", - imageAlt: "modern industrial design workshop", + title: "Anahtar Teslim", description: "Tasarım, üretim ve kurulum dahil süreç.", bentoComponent: "reveal-icon", icon: CheckCircle, }, ]} title="Neden Stend X?" @@ -131,42 +91,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - name: "RotaStar 360", - price: "İletişime Geçin", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-exhibition-miniature-architecture_1321-4493.jpg?_wi=2", - }, - { - id: "p2", - name: "GastroNeon", - price: "İletişime Geçin", - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-asian-girl-waitress-from-cafe-showing-mobile-phone-application-pointing_1258-199362.jpg", - }, - { - id: "p3", - name: "RetailFlow", - price: "İletişime Geçin", - imageSrc: "http://img.b2bpic.net/free-photo/table-light-lamp_1203-3032.jpg", - }, - { - id: "p4", - name: "PrecisionCore", - price: "İletişime Geçin", - imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061730.jpg", - }, - { - id: "p5", - name: "MiniDisplay X", - price: "İletişime Geçin", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-minimalist-podium_23-2148959320.jpg", - }, - { - id: "p6", - name: "MaxiSign", - price: "İletişime Geçin", - imageSrc: "http://img.b2bpic.net/free-photo/two-modern-outdoor-billboards-with-blank-screens_187299-47424.jpg", - }, + { id: "p1", name: "RotaStar 360", price: "İletişime Geçin", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-exhibition-miniature-architecture_1321-4493.jpg" }, + { id: "p2", name: "GastroNeon", price: "İletişime Geçin", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-asian-girl-waitress-from-cafe-showing-mobile-phone-application-pointing_1258-199362.jpg" }, + { id: "p3", name: "RetailFlow", price: "İletişime Geçin", imageSrc: "http://img.b2bpic.net/free-photo/table-light-lamp_1203-3032.jpg" }, + { id: "p4", name: "PrecisionCore", price: "İletişime Geçin", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061730.jpg" }, + { id: "p5", name: "MiniDisplay X", price: "İletişime Geçin", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-minimalist-podium_23-2148959320.jpg" }, + { id: "p6", name: "MaxiSign", price: "İletişime Geçin", imageSrc: "http://img.b2bpic.net/free-photo/two-modern-outdoor-billboards-with-blank-screens_187299-47424.jpg" }, ]} title="Premium Stant Modellerimiz" description="Her işletmeye uygun özel tasarım stantlar." @@ -180,21 +110,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "150+", - description: "Kurulan Stant", - }, - { - id: "m2", - value: "50+", - description: "Mutlu İşletme", - }, - { - id: "m3", - value: "10+", - description: "Ülkeye İhracat", - }, + { id: "m1", value: "150+", description: "Kurulan Stant" }, + { id: "m2", value: "50+", description: "Mutlu İşletme" }, + { id: "m3", value: "10+", description: "Ülkeye İhracat" }, ]} title="Başarı Rakamları" description="Stend X ile satışlarınızı %40'a kadar artırın." @@ -205,31 +123,11 @@ export default function LandingPage() {