Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { BarChart, Droplet, Facebook, Flame, Instagram, Mail, Scale, Shield, Sparkles, Twitter, Zap } from "lucide-react";
|
||||
@@ -33,13 +33,18 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Ana Sayfa", id: "/" },
|
||||
{ name: "Menü", id: "/menu" },
|
||||
{ name: "Hakkımızda", id: "/#about" },
|
||||
{ name: "Fiyatlandırma", id: "/#pricing" },
|
||||
{ name: "Referanslar", id: "/#testimonials" },
|
||||
{ name: "Kayıt Ol", id: "/register" },
|
||||
{ name: "Giriş Yap", id: "/login" }
|
||||
{
|
||||
name: "Menü", id: "menu"},
|
||||
{
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Fiyatlandırma", id: "pricing"},
|
||||
{
|
||||
name: "Referanslar", id: "testimonials"},
|
||||
{
|
||||
name: "Kayıt Ol", id: "/kayit"},
|
||||
{
|
||||
name: "Giriş Yap", id: "/giris"},
|
||||
]}
|
||||
button={{
|
||||
text: "Şimdi Sipariş Ver", href: "/order"}}
|
||||
@@ -116,7 +121,30 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "meal-1", brand: "Santa Fit Healthy®", name: "Grilled Chicken & Quinoa Feast", price: "$12.99", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad_23-2148115089.jpg", imageAlt: "Grilled chicken with quinoa and vegetables"},
|
||||
{
|
||||
id: "meal-2", brand: "Santa Fit Healthy®", name: "Salmon & Asparagus Medley", price: "$14.99", rating: 5,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074217.jpg", imageAlt: "Pan-seared salmon with asparagus"},
|
||||
{
|
||||
id: "meal-3", brand: "Santa Fit Healthy®", name: "Lean Beef Stir-fry Bowl", price: "$13.49", rating: 5,
|
||||
reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-appetizing-dish-appetizing-dish-green-beans-with-tomatoes-left-side-dark-table_140725-123102.jpg", imageAlt: "Beef stir-fry with mixed vegetables and brown rice"},
|
||||
{
|
||||
id: "meal-4", brand: "Santa Fit Healthy®", name: "Spicy Vegan Chickpea Curry", price: "$11.99", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-ingredients-plastic-container_23-2147953647.jpg", imageAlt: "Vegan chickpea curry with rice"},
|
||||
]}
|
||||
title="Our Signature Performance Meals"
|
||||
description="Explore our chef-curated menu designed for peak performance and delicious, guilt-free indulgence. Each meal is crafted with high-quality ingredients and precise macro-nutrient ratios."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
|
||||
Reference in New Issue
Block a user