Merge version_2 into main #2
@@ -1,57 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sam Street Food Truck | Fresh Street Food Daily", description: "Authentic street food delivered fresh daily. Premium burgers, tacos, and more. Find Sam Street Food Truck in your neighborhood.", keywords: "food truck, street food, burgers, tacos, fast food, local restaurant", metadataBase: new URL("https://samstreetfoodtruck.com"),
|
||||
alternates: {
|
||||
canonical: "https://samstreetfoodtruck.com"},
|
||||
openGraph: {
|
||||
title: "Sam Street Food Truck", description: "Authentic street food made fresh every day. Find us at your favorite location.", url: "https://samstreetfoodtruck.com", siteName: "Sam Street Food Truck", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/bearded-young-man-sitting-bench-outside-cafe-drinking-chocolate-drink-using-mobile-phone_23-2148176533.jpg", alt: "food truck street vendor modern"},
|
||||
],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Sam Street Food Truck", description: "Fresh street food made with quality ingredients and passion.", images: ["http://img.b2bpic.net/free-photo/bearded-young-man-sitting-bench-outside-cafe-drinking-chocolate-drink-using-mobile-phone_23-2148176533.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Sam Street Food Truck", description: "Fresh meals ready in minutes, crafted daily from premium ingredients"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -42,11 +42,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Sam Street Food Truck"
|
||||
description="Bringing authentic street food to your neighborhood. Freshly prepared meals made with quality ingredients and passion."
|
||||
description="Fresh meals ready in minutes, crafted daily from premium ingredients"
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-young-man-sitting-bench-outside-cafe-drinking-chocolate-drink-using-mobile-phone_23-2148176533.jpg", alt: "Sam Street Food Truck"},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-young-man-sitting-bench-outside-cafe-drinking-chocolate-drink-using-mobile-phone_23-2148176533.jpg", alt: "Sam Street Food Truck"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 2000+ Local Customers"
|
||||
buttons={[
|
||||
@@ -62,7 +63,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Us"
|
||||
description={[
|
||||
"Sam Street Food Truck started with a simple mission: serve delicious, quality street food made fresh every day. We pride ourselves on using only the finest ingredients and traditional cooking methods.", "With over 10 years of experience in the food industry, our team brings expertise and passion to every meal. We've built our reputation on consistency, quality, and customer satisfaction."]}
|
||||
"Sam Street Food Truck started with a simple mission: serve delicious, quality street food made fresh every day. We pride ourselves on using only the finest ingredients and traditional cooking methods.", "With over 10 years of experience in the food industry, our team brings expertise and passion to every meal. We've built our reputation on consistency, quality, and customer satisfaction."
|
||||
]}
|
||||
showBorder={false}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn Our Story", href: "#" }]}
|
||||
@@ -82,13 +84,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "burger", brand: "Sam Street", name: "Gourmet Burger", price: "$12.99", rating: 5,
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-arrangement_23-2148614046.jpg", imageAlt: "Gourmet burger with fresh toppings"},
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-arrangement_23-2148614046.jpg", imageAlt: "Gourmet burger with fresh toppings"
|
||||
},
|
||||
{
|
||||
id: "tacos", brand: "Sam Street", name: "Street Tacos", price: "$9.99", rating: 5,
|
||||
reviewCount: "456", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg", imageAlt: "Authentic street tacos with garnish"},
|
||||
reviewCount: "456", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg", imageAlt: "Authentic street tacos with garnish"
|
||||
},
|
||||
{
|
||||
id: "fries", brand: "Sam Street", name: "Crispy Fries", price: "$5.99", rating: 5,
|
||||
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9260.jpg", imageAlt: "Golden crispy fries"},
|
||||
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9260.jpg", imageAlt: "Golden crispy fries"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,7 +106,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FoodHub", "Local Eats", "Street Food Guide", "Community Markets", "Food Lovers Network", "Urban Dining", "Local Business Hub"]}
|
||||
"FoodHub", "Local Eats", "Street Food Guide", "Community Markets", "Food Lovers Network", "Urban Dining", "Local Business Hub"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -120,16 +126,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Regular Customer", company: "Downtown District", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiles-pleasantly-wears-silver-earrings-casual-poloneck-sweater_273609-33263.jpg", imageAlt: "Maria Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiles-pleasantly-wears-silver-earrings-casual-poloneck-sweater_273609-33263.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Food Enthusiast", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-black-afro-american-man-with-serious-expression_273609-14062.jpg", imageAlt: "James Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-black-afro-american-man-with-serious-expression_273609-14062.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Thompson", role: "Office Manager", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1532.jpg", imageAlt: "Sarah Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1532.jpg", imageAlt: "Sarah Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Martinez", role: "Small Business Owner", company: "Local Vendor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-warm-knit-sweater-her-body-gray-background-isolated_231208-7451.jpg", imageAlt: "David Martinez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-warm-knit-sweater-her-body-gray-background-isolated_231208-7451.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user