Merge version_2 into main #3
263
src/app/meni/page.tsx
Normal file
263
src/app/meni/page.tsx
Normal file
@@ -0,0 +1,263 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
import { ThemeProvider } from "@/components/theme/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
|
||||
const MenuPage = () => {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Почетна", id: "/" },
|
||||
{ name: "Крилца", id: "chicken-wings" },
|
||||
{ name: "Пілећа грудишка", id: "chicken-strips" },
|
||||
{ name: "Соусови", id: "sauces" },
|
||||
{ name: "Контакт", id: "contact" },
|
||||
]}
|
||||
brandName="Gangsta Chicken"
|
||||
/>
|
||||
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero" className="w-full">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Мени - Gangsta Chicken"
|
||||
description="Откријте нашу комплетну понуду крцкавих пилећих деликатеса, соуса и гарнира. Све је направљено од свежих материјала и припремљено управо пред вас."
|
||||
tag="Мени"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Пилећа крилца"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Пилећа грудишка"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Помфрит"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Пржени лук"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Соусови"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Поручи сада", href: "https://example.com/order"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Chicken Wings Section */}
|
||||
<div id="chicken-wings" data-section="chicken-wings" className="w-full">
|
||||
<ProductCardThree
|
||||
title="Пилећа крилца"
|
||||
description="Крцкава пилећа крилца у различитим укусима. Припремљена са нашим специјалним начином пржења и окус по укусу."
|
||||
tag="Популарно"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Класична крилца", price: "550 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Класична крилца", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Острена крилца (Spicy)", price: "590 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Острена крилца", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Медена крилца", price: "600 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Медена крилца", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Чесичка крилца (Garlic)", price: "590 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Чесичка крилца", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Барбекју крилца (BBQ)", price: "610 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Барбекју крилца", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Терияки крилца (Teriyaki)", price: "620 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Терияки крилца", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Chicken Strips Section */}
|
||||
<div id="chicken-strips" data-section="chicken-strips" className="w-full">
|
||||
<ProductCardThree
|
||||
title="Пилећа грудишка - Пордиона"
|
||||
description="Мекана пилећа грудишка у различитим позицијама. Перфектна за оне који воле јаче комаде меса без костију."
|
||||
tag="Препоручено"
|
||||
products={[
|
||||
{
|
||||
id: "7", name: "Малена порција (3 комада)", price: "490 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Малена порција грудишке", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "8", name: "Средња порција (5 комада)", price: "750 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Средња порција грудишке", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "9", name: "Велика порција (8 комада)", price: "1100 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Велика порција грудишке", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "10", name: "Острена грудишка (3 комада)", price: "520 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Острена грудишка", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "11", name: "Медена грудишка (5 комада)", price: "800 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Медена грудишка", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "12", name: "Микс грудишка (3 врсте)", price: "650 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Микс грудишка", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Sauces Section */}
|
||||
<div id="sauces" data-section="sauces" className="w-full">
|
||||
<ProductCardThree
|
||||
title="Соусови"
|
||||
description="Специјални домаћи соусови и светских укуса. Сваки сос је направљен по нашој древној рецептури и аутентичним компонентама."
|
||||
tag="Додатни артикли"
|
||||
products={[
|
||||
{
|
||||
id: "13", name: "Барбекју сос", price: "60 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Барбекју сос", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "14", name: "Острени сос (Hot)", price: "70 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Острени сос", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "15", name: "Чесичка соја", price: "60 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Чесичка соја", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "16", name: "Медена дијонска", price: "75 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Медена дијонска", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "17", name: "Сметана и травке", price: "70 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Сметана и травке", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "18", name: "Терияки сос", price: "80 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Терияки сос", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Fries Section */}
|
||||
<div id="fries" data-section="fries" className="w-full">
|
||||
<ProductCardThree
|
||||
title="Помфрит и гарнири"
|
||||
description="Крцкав, врео помфрит пријатног укуса. Прављен од свежих кромпира и пржен до савршене боје и текстуре."
|
||||
tag="Гарнири"
|
||||
products={[
|
||||
{
|
||||
id: "19", name: "Обични помфрит (мала)", price: "180 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Обични помфрит мала", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "20", name: "Обични помфрит (велика)", price: "280 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Обични помфрит велика", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "21", name: "Чесичка помфрит", price: "220 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Чесичка помфрит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "22", name: "Набрекла помфрит", price: "240 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Набрекла помфрит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "23", name: "Сметана и травке помфрит", price: "260 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Сметана и травке помфрит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "24", name: "Извршена гарнира микс", price: "300 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Микс гарнира", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Fried Onion Rings Section */}
|
||||
<div id="onion-rings" data-section="onion-rings" className="w-full">
|
||||
<ProductCardThree
|
||||
title="Пржени лук"
|
||||
description="Крцкав и слан пржени лук. Идеалан као деликатес или прилог уз главна јела. Припремљен са нашим специјалним рецептурама."
|
||||
tag="Деликатес"
|
||||
products={[
|
||||
{
|
||||
id: "25", name: "Пржени лук (мала)", price: "220 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Пржени лук мала", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "26", name: "Пржени лук (велика)", price: "350 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Пржени лук велика", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "27", name: "Острени пржени лук", price: "250 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Острени пржени лук", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "28", name: "Чесичка лук", price: "270 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Чесичка лук", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "29", name: "Храстав лук са сметаном", price: "290 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Храстав лук са сметаном", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "30", name: "Микс пржени лук", price: "320 дин", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Микс пржени лук", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
};
|
||||
|
||||
export default MenuPage;
|
||||
248
src/app/page.tsx
248
src/app/page.tsx
@@ -1,211 +1,67 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Phone, Utensils } from "lucide-react";
|
||||
import React from "react";
|
||||
import { ThemeProvider } from "@/components/theme/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
|
||||
export default function LandingPage() {
|
||||
const HomePage = () => {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Gangsta Chicken"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Why Us", id: "whyus" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Order Now", href: "contact" }}
|
||||
/>
|
||||
</div>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Почетна", id: "/" },
|
||||
{ name: "Мени", id: "/meni" },
|
||||
{ name: "О нама", id: "about" },
|
||||
{ name: "Контакт", id: "contact" },
|
||||
]}
|
||||
brandName="Gangsta Chicken"
|
||||
/>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Best Fried Chicken in Zrenjanin"
|
||||
description="Freshly made chicken, crispy fries, fast takeaway and delivery. Fresh ingredients. Unforgettable taste."
|
||||
tag="Local Favorite"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg"
|
||||
imageAlt="Crispy golden fried chicken"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
<div id="hero" data-section="hero" className="w-full">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Gangsta Chicken - Крцкава Пилећа Револуција"
|
||||
description="Пријатите крцкаву пилећу меса припремљену са нашим тајним начином пржења. Свеж, пикантан и задовољавајући укус."
|
||||
tag="Фаст Фуд"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-sandwich-meat-food-dinner-fries-burger-meal_140725-157008.jpg", imageAlt: "Крцкава пилећа крилца"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-strips-on-white-background_123827-6789.jpg", imageAlt: "Мека пилећа грудишка"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/golden-fries-on-wooden-table_456234-5678.jpg", imageAlt: "Врео помфрит"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-onion-rings-in-basket_789456-1234.jpg", imageAlt: "Пржени лук"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/various-sauces-in-bowls_234567-8901.jpg", imageAlt: "Специјални соусови"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call to Order", href: "tel:023607269" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
title="Popular Menu Items"
|
||||
description="Handpicked favorites from our local community. Fresh, crispy, and delicious every time."
|
||||
tag="Menu Highlights"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fried Chicken Box", price: "890 RSD", variant: "4 pieces with sides", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=1", imageAlt: "Fried chicken box meal"},
|
||||
text: "Погледај Мени", href: "/meni"},
|
||||
{
|
||||
id: "2", name: "Chicken Wings", price: "650 RSD", variant: "6 pieces crispy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg?_wi=1", imageAlt: "Crispy chicken wings"},
|
||||
{
|
||||
id: "3", name: "Chicken Sandwich", price: "450 RSD", variant: "Fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-green-beans-sandwich-table_23-2148035110.jpg?_wi=1", imageAlt: "Fried chicken sandwich"},
|
||||
{
|
||||
id: "4", name: "Pomfrit (Fries)", price: "250 RSD", variant: "200g crispy portion", imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg?_wi=1", imageAlt: "Golden french fries"},
|
||||
{
|
||||
id: "5", name: "Chicken Nuggets", price: "550 RSD", variant: "10 pieces golden", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-chicken-with-sauces-french-fries_23-2148646673.jpg", imageAlt: "Fried chicken nuggets"},
|
||||
{
|
||||
id: "6", name: "Combo Meal", price: "1200 RSD", variant: "Chicken + fries + drink", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=2", imageAlt: "Complete combo meal"},
|
||||
]}
|
||||
buttons={[{ text: "Order by Phone", href: "tel:023607269" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="whyus" data-section="whyus">
|
||||
<FeatureCardTwentyThree
|
||||
title="Why Locals Love Gangsta Chicken"
|
||||
description="We're committed to delivering the best fried chicken experience in Zrenjanin with fresh ingredients and fast, friendly service."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Fresh Fried Chicken Daily", tags: ["Quality", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=3", imageAlt: "Fresh chicken preparation"},
|
||||
{
|
||||
id: "2", title: "Fast Takeaway Service", tags: ["Speed", "Convenience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg?_wi=2", imageAlt: "Quick service counter"},
|
||||
{
|
||||
id: "3", title: "Big Portions", tags: ["Value", "Generous"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg?_wi=2", imageAlt: "Generous portions"},
|
||||
{
|
||||
id: "4", title: "Central Location", tags: ["Easy Access", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-green-beans-sandwich-table_23-2148035110.jpg?_wi=2", imageAlt: "Restaurant storefront"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwo
|
||||
title="Customer Reviews"
|
||||
description="Hear what our satisfied local customers have to say about Gangsta Chicken"
|
||||
tag="4.7 Google Rating"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marko Jovanović", role: "Regular Customer", testimonial: "Best fried chicken in Zrenjanin! Fresh, crispy, and the portions are huge. I order at least twice a week.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Marko Jovanović"},
|
||||
{
|
||||
id: "2", name: "Ana Nikolić", role: "Student", testimonial: "Great food and super fast service. Perfect for a quick lunch between classes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-opening-her-hands-white-background_176474-114630.jpg", imageAlt: "Ana Nikolić"},
|
||||
{
|
||||
id: "3", name: "Dragan Marković", role: "Office Worker", testimonial: "The chicken sandwich is absolutely delicious. Always fresh and they remember our usual order. Best lunch spot in town.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg", imageAlt: "Dragan Marković"},
|
||||
{
|
||||
id: "4", name: "Vesna Stanković", role: "Family Customer", testimonial: "My kids love the nuggets and the wings are amazing. Friendly staff and fair prices. We'll definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", imageAlt: "Vesna Stanković"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<TestimonialAboutCard
|
||||
tag="Ready to Order?"
|
||||
tagIcon={Phone}
|
||||
title="Hungry? Call and Order Now"
|
||||
description="023 607269"
|
||||
subdescription="Available for takeaway and delivery"
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=4"
|
||||
imageAlt="Call to order chicken"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactSplit
|
||||
tag="Location & Hours"
|
||||
title="Visit Gangsta Chicken"
|
||||
description="Saveznička 5, Zrenjanin, Serbia. Open daily for takeaway and delivery. Stop by or call ahead to place your order!"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/delivery-food-horizontal-banner-template_23-2148564719.jpg"
|
||||
imageAlt="Restaurant location"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
background={{ variant: "plain" }}
|
||||
buttonText="Get Directions"
|
||||
inputPlaceholder="Your name"
|
||||
termsText="We're open 9:00 AM - 11:00 PM daily. Dine-in, Takeaway, and Delivery available."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Quick Order"
|
||||
title="Send Your Order Request"
|
||||
description="Fill out this form and we'll prepare your order. Call us at 023 607269 for faster service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg?_wi=3"
|
||||
imageAlt="Order request"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
background={{ variant: "plain" }}
|
||||
buttonText="Send Order Request"
|
||||
inputPlaceholder="Your phone number"
|
||||
termsText="We'll contact you within 15 minutes to confirm your order and delivery time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Gangsta Chicken"
|
||||
copyrightText="© 2025 Gangsta Chicken. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:023607269" },
|
||||
{ label: "Get Directions", href: "#location" },
|
||||
{ label: "Order Online", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "About Us", href: "#whyus" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Sat: 9AM - 11PM", href: "#" },
|
||||
{ label: "Sunday: 10AM - 10PM", href: "#" },
|
||||
{ label: "Holidays: Call Ahead", href: "#" },
|
||||
],
|
||||
},
|
||||
text: "Поручи Сада", href: "tel:023607269"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default HomePage;
|
||||
|
||||
Reference in New Issue
Block a user