3 Commits

Author SHA1 Message Date
e493b2ab4a Update src/app/page.tsx 2026-03-10 06:52:18 +00:00
946969e4aa Update src/app/layout.tsx 2026-03-10 06:52:18 +00:00
95bd06ea39 Merge version_1 into main
Merge version_1 into main
2026-03-10 06:50:50 +00:00
2 changed files with 45 additions and 49 deletions

View File

@@ -1,48 +1,28 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Mulish } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({ const geist = Geist({
variable: "--font-mulish", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Fryco Bangladesh | Premium Fast Food & Café Experience", description: "Discover crispy fries, juicy burgers, and refreshing smoothies at Fryco Bangladesh. Premium fast-food café with cozy atmosphere and friendly service.", keywords: "fast food, burgers, fries, chicken wings, café, Bangladesh, premium dining", robots: { title: "Fryco Bangladesh", description: "Premium fast-food café with crispy fries, juicy burgers, and refreshing drinks."};
index: true,
follow: true,
},
openGraph: {
title: "Fryco Bangladesh | Crispy. Juicy. Irresistible.", description: "Experience premium fast food and café excellence at Fryco Bangladesh.", type: "website", siteName: "Fryco Bangladesh", images: [
{
url: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26888.jpg", alt: "Fryco Bangladesh premium food experience"},
],
},
twitter: {
card: "summary_large_image", title: "Fryco Bangladesh | Premium Fast Food", description: "Crispy fries, juicy burgers, and refreshing drinks await you at Fryco.", images: ["http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26888.jpg"],
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1410,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -67,22 +67,28 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Zap, icon: Zap,
title: "Perfectly Crispy Fries", description: "Golden, crunchy fries seasoned to perfection with our signature blend of spices."}, title: "Perfectly Crispy Fries", description: "Golden, crunchy fries seasoned to perfection with our signature blend of spices."
},
{ {
icon: Flame, icon: Flame,
title: "Juicy Burgers", description: "Flavor-packed burgers crafted with fresh ingredients and premium quality meat."}, title: "Juicy Burgers", description: "Flavor-packed burgers crafted with fresh ingredients and premium quality meat."
},
{ {
icon: Drumstick, icon: Drumstick,
title: "Crispy Chicken Fry", description: "Crunchy outside, juicy inside — a true crowd favorite that keeps customers coming back."}, title: "Crispy Chicken Fry", description: "Crunchy outside, juicy inside — a true crowd favorite that keeps customers coming back."
},
{ {
icon: Utensils, icon: Utensils,
title: "Refreshing Smoothies & Juices", description: "Freshly blended drinks perfect for any meal, made from premium fruits and ingredients."}, title: "Refreshing Smoothies & Juices", description: "Freshly blended drinks perfect for any meal, made from premium fruits and ingredients."
},
{ {
icon: Home, icon: Home,
title: "Cozy Café Atmosphere", description: "Gorgeous lighting and relaxing seating for friends and family to enjoy together."}, title: "Cozy Café Atmosphere", description: "Gorgeous lighting and relaxing seating for friends and family to enjoy together."
},
{ {
icon: Heart, icon: Heart,
title: "Friendly Service", description: "Welcoming staff creating a pleasant dining experience with genuine hospitality."}, title: "Friendly Service", description: "Welcoming staff creating a pleasant dining experience with genuine hospitality."
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -103,17 +109,23 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
{ {
id: "1", name: "French Fries", price: "$3.99", variant: "Classic • Spiced • Loaded", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Golden crispy Fryco French fries"}, id: "1", name: "French Fries", price: "$3.99", variant: "Classic • Spiced • Loaded", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Golden crispy Fryco French fries"
},
{ {
id: "2", name: "Chicken Wings", price: "$6.99", variant: "Tangy • Spicy • Teriyaki", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-paper-box-white_1150-46811.jpg", imageAlt: "Golden fried chicken wings"}, id: "2", name: "Chicken Wings", price: "$6.99", variant: "Tangy • Spicy • Teriyaki", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-paper-box-white_1150-46811.jpg", imageAlt: "Golden fried chicken wings"
},
{ {
id: "3", name: "Chicken Fry", price: "$5.99", variant: "Crispy • Herb • Seasoned", imageSrc: "http://img.b2bpic.net/free-photo/fried-drumsticks-with-ketchup-copy-space_23-2148273046.jpg", imageAlt: "Crispy golden chicken fry"}, id: "3", name: "Chicken Fry", price: "$5.99", variant: "Crispy • Herb • Seasoned", imageSrc: "http://img.b2bpic.net/free-photo/fried-drumsticks-with-ketchup-copy-space_23-2148273046.jpg", imageAlt: "Crispy golden chicken fry"
},
{ {
id: "4", name: "Signature Burgers", price: "$7.99", variant: "Classic • Deluxe • Spicy", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg", imageAlt: "Juicy gourmet Fryco burger"}, id: "4", name: "Signature Burgers", price: "$7.99", variant: "Classic • Deluxe • Spicy", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg", imageAlt: "Juicy gourmet Fryco burger"
},
{ {
id: "5", name: "Premium Coffee", price: "$2.99", variant: "Espresso • Cappuccino • Latte", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_74190-1197.jpg", imageAlt: "Artisan coffee from Fryco"}, id: "5", name: "Premium Coffee", price: "$2.99", variant: "Espresso • Cappuccino • Latte", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_74190-1197.jpg", imageAlt: "Artisan coffee from Fryco"
},
{ {
id: "6", name: "Fresh Smoothies", price: "$4.99", variant: "Mango • Berry • Green", imageSrc: "http://img.b2bpic.net/free-photo/bowl-oatmeal-with-raspberries-banana-slice-tray_23-2147916189.jpg", imageAlt: "Refreshing fresh smoothie"}, id: "6", name: "Fresh Smoothies", price: "$4.99", variant: "Mango • Berry • Green", imageSrc: "http://img.b2bpic.net/free-photo/bowl-oatmeal-with-raspberries-banana-slice-tray_23-2147916189.jpg", imageAlt: "Refreshing fresh smoothie"
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -151,6 +163,7 @@ export default function LandingPage() {
metrics={[ metrics={[
{ value: "5+", title: "Years of Excellence" }, { value: "5+", title: "Years of Excellence" },
{ value: "10K+", title: "Happy Customers" }, { value: "10K+", title: "Happy Customers" },
{ value: "4.9★", title: "Customer Rating" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/tired-adolescent-dealing-with-internal-frustration-due-hormonal-shifts_482257-117251.jpg" imageSrc="http://img.b2bpic.net/free-photo/tired-adolescent-dealing-with-internal-frustration-due-hormonal-shifts_482257-117251.jpg"
imageAlt="Fryco Bangladesh restaurant interior" imageAlt="Fryco Bangladesh restaurant interior"
@@ -170,13 +183,17 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
team={[ team={[
{ {
id: "1", name: "Ahmed Hassan", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-knife_23-2149631738.jpg", imageAlt: "Ahmed Hassan, Head Chef"}, id: "1", name: "Ahmed Hassan", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-knife_23-2149631738.jpg", imageAlt: "Ahmed Hassan, Head Chef"
},
{ {
id: "2", name: "Fatima Khan", role: "Kitchen Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "Fatima Khan, Kitchen Specialist"}, id: "2", name: "Fatima Khan", role: "Kitchen Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "Fatima Khan, Kitchen Specialist"
},
{ {
id: "3", name: "Ravi Patel", role: "Beverage Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg", imageAlt: "Ravi Patel, Beverage Expert"}, id: "3", name: "Ravi Patel", role: "Beverage Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg", imageAlt: "Ravi Patel, Beverage Expert"
},
{ {
id: "4", name: "Maya Dutt", role: "Customer Experience Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Maya Dutt, Customer Experience Manager"}, id: "4", name: "Maya Dutt", role: "Customer Experience Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Maya Dutt, Customer Experience Manager"
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"