Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -47,8 +47,8 @@ export default function HomePage() {
|
||||
{ text: "Reserve Table", href: "reservations" },
|
||||
{ text: "View Menu", href: "menu" }
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg?_wi=1"
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg"
|
||||
imageAlt="Out n Beyond Café interior with Santorini-inspired white and blue décor"
|
||||
frameStyle="card"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -68,34 +68,16 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature Special",
|
||||
name: "Fish n Chips",
|
||||
price: "₹425",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg?_wi=1",
|
||||
imageAlt: "Crispy Fish and Chips - signature dish"
|
||||
id: "1", brand: "Signature Special", name: "Fish n Chips", price: "₹425", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg", imageAlt: "Crispy Fish and Chips - signature dish"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Continental Favorite",
|
||||
name: "Chicken Stroganoff with Herb Rice",
|
||||
price: "₹520",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg?_wi=1",
|
||||
imageAlt: "Creamy Chicken Stroganoff with Herb Rice"
|
||||
id: "2", brand: "Continental Favorite", name: "Chicken Stroganoff with Herb Rice", price: "₹520", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg", imageAlt: "Creamy Chicken Stroganoff with Herb Rice"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Appetizer Delight",
|
||||
name: "Crab Cigar Rolls",
|
||||
price: "₹380",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg?_wi=1",
|
||||
imageAlt: "Golden Crab Cigar Rolls - crispy appetizer"
|
||||
id: "3", brand: "Appetizer Delight", name: "Crab Cigar Rolls", price: "₹380", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg", imageAlt: "Golden Crab Cigar Rolls - crispy appetizer"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -111,28 +93,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg"
|
||||
imageAlt="Santorini Greek island inspiration - white architecture and blue sea"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Greek-Inspired Ambiance",
|
||||
description: "Santorini-themed décor with white walls, blue accents, and Mediterranean charm",
|
||||
icon: Palette
|
||||
title: "Greek-Inspired Ambiance", description: "Santorini-themed décor with white walls, blue accents, and Mediterranean charm", icon: Palette
|
||||
},
|
||||
{
|
||||
title: "Continental Cuisine",
|
||||
description: "Authentic European dishes crafted with premium ingredients and culinary expertise",
|
||||
icon: ChefHat
|
||||
title: "Continental Cuisine", description: "Authentic European dishes crafted with premium ingredients and culinary expertise", icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Specialty Coffee & Mocktails",
|
||||
description: "Artisan coffee and creative non-alcoholic beverages for every occasion",
|
||||
icon: Coffee
|
||||
title: "Specialty Coffee & Mocktails", description: "Artisan coffee and creative non-alcoholic beverages for every occasion", icon: Coffee
|
||||
},
|
||||
{
|
||||
title: "Aesthetic Experience",
|
||||
description: "Instagram-worthy setting perfect for dining, celebrations, and special moments",
|
||||
icon: Camera
|
||||
title: "Aesthetic Experience", description: "Instagram-worthy setting perfect for dining, celebrations, and special moments", icon: Camera
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -149,36 +123,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Food Enthusiast",
|
||||
testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma"
|
||||
id: "1", name: "Priya Sharma", role: "Food Enthusiast", testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Kapoor",
|
||||
role: "Regular Customer",
|
||||
testimonial: "Out n Beyond has become my go-to place for special occasions. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=1",
|
||||
imageAlt: "Rahul Kapoor"
|
||||
id: "2", name: "Rahul Kapoor", role: "Regular Customer", testimonial: "Out n Beyond has become my go-to place for special occasions. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg", imageAlt: "Rahul Kapoor"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Verma",
|
||||
role: "Coffee Connoisseur",
|
||||
testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=1",
|
||||
imageAlt: "Anjali Verma"
|
||||
id: "3", name: "Anjali Verma", role: "Coffee Connoisseur", testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg", imageAlt: "Anjali Verma"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arjun Singh",
|
||||
role: "Event Organizer",
|
||||
testimonial: "Perfect place for celebrations and gatherings. Great continental food, beautiful Mediterranean atmosphere, and excellent hospitality. 10/10 experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-991.jpg",
|
||||
imageAlt: "Arjun Singh"
|
||||
id: "4", name: "Arjun Singh", role: "Event Organizer", testimonial: "Perfect place for celebrations and gatherings. Great continental food, beautiful Mediterranean atmosphere, and excellent hospitality. 10/10 experience!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-991.jpg", imageAlt: "Arjun Singh"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -190,9 +144,9 @@ export default function HomePage() {
|
||||
title="Never Miss an Update"
|
||||
description="Subscribe to our newsletter for special offers, new menu items, and exclusive events happening at Out n Beyond."
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg"
|
||||
imageAlt="Watermelon Mojito mocktail - signature drink"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -209,23 +163,19 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook"
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+916289992171",
|
||||
ariaLabel: "Call Us"
|
||||
href: "tel:+916289992171", ariaLabel: "Call Us"
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com",
|
||||
ariaLabel: "Location"
|
||||
href: "https://maps.google.com", ariaLabel: "Location"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user