Merge version_1 into main #2
182
src/app/page.tsx
182
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Sun, Utensils } from "lucide-react";
|
||||
import { Sun, Utensils, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Flight Line Café"
|
||||
/>
|
||||
@@ -53,66 +45,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Breakfast with a View"
|
||||
description="Experience authentic American and Mexican cuisine in a historic atmosphere. Watch airplanes take off while you enjoy your meal at Fresno Chandler Executive Airport."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://www.doordash.com/store/flight-line-cafe-fresno-32293793/48817351/?srsltid=AfmBOoqLwWOKJmZpKfdcCpQl7M9npWFi0LVh_r1yA5okpr4KmcGCd9s3",
|
||||
},
|
||||
text: "Order Online", href: "https://www.doordash.com/store/flight-line-cafe-fresno-32293793/48817351/?srsltid=AfmBOoqLwWOKJmZpKfdcCpQl7M9npWFi0LVh_r1yA5okpr4KmcGCd9s3"},
|
||||
{
|
||||
text: "See Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "See Full Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png",
|
||||
alt: "Local regular enjoying breakfast",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png", alt: "Local regular enjoying breakfast"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png",
|
||||
alt: "Aviation enthusiast visitor",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png", alt: "Aviation enthusiast visitor"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-n3kcgm6l.png",
|
||||
alt: "Happy diner customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-n3kcgm6l.png", alt: "Happy diner customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-mwurs7wb.png",
|
||||
alt: "Morning coffee enthusiast",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-mwurs7wb.png", alt: "Morning coffee enthusiast"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-20sq0mrf.png",
|
||||
alt: "Family at the airfield",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-20sq0mrf.png", alt: "Family at the airfield"},
|
||||
]}
|
||||
avatarText="Join our community of over 5,000 happy regulars."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Ground Coffee",
|
||||
},
|
||||
type: "text", text: "Freshly Ground Coffee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Homemade Salsa Daily",
|
||||
},
|
||||
type: "text", text: "Homemade Salsa Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Runway Side Dining",
|
||||
},
|
||||
type: "text", text: "Runway Side Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Historic Chandler Airport",
|
||||
},
|
||||
type: "text", text: "Historic Chandler Airport"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Mexican Classics",
|
||||
},
|
||||
type: "text", text: "Authentic Mexican Classics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,19 +92,13 @@ export default function LandingPage() {
|
||||
description="Located inside the historic terminal of Fresno Chandler Executive Airport, we offer more than just a meal; we offer a glimpse into aviation history. Our family-run diner prides itself on fresh ingredients, friendly service, and that spectacular view of planes taxiing right past your window."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Family Run",
|
||||
description: "A warm, neighborly atmosphere for all.",
|
||||
},
|
||||
title: "Family Run", description: "A warm, neighborly atmosphere for all."},
|
||||
{
|
||||
title: "Unique Views",
|
||||
description: "Watch aircraft activity live from your seat.",
|
||||
},
|
||||
title: "Unique Views", description: "Watch aircraft activity live from your seat."},
|
||||
{
|
||||
title: "Airport Location",
|
||||
description: "510 W Kearney Blvd, right on the airfield.",
|
||||
},
|
||||
title: "Airport Location", description: "510 W Kearney Blvd, right on the airfield."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -149,35 +110,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Signature Chilaquiles",
|
||||
description: "Crispy corn tortilla chips scrambled with eggs and our secret salsa.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
title: "Signature Chilaquiles", description: "Crispy corn tortilla chips scrambled with eggs and our secret salsa.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Utensils,
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-mwurs7wb.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-mwurs7wb.png", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "ABC Omelette",
|
||||
description: "Our signature 3-egg omelette with avocado, bacon, grilled jalapeños, and cheese.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ChefHat,
|
||||
title: "ABC Omelette", description: "Our signature 3-egg omelette with avocado, bacon, grilled jalapeños, and cheese.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: ChefHat,
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "Huevos Rancheros",
|
||||
description: "Traditional eggs topped with sauce and cheese, served with potatoes and beans.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sun,
|
||||
title: "Huevos Rancheros", description: "Traditional eggs topped with sauce and cheese, served with potatoes and beans.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Sun,
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png", imageAlt: "User provided image"},
|
||||
]}
|
||||
title="Breakfast & Lunch Favorites"
|
||||
description="From signature chilaquiles to our hearty ABC omelette, discover the dishes that make us a local legend."
|
||||
@@ -191,40 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Frequent Flyer",
|
||||
testimonial: "The best chilaquiles in Fresno! Watching the planes take off is a dream.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-n3kcgm6l.png",
|
||||
},
|
||||
id: "1", name: "Alex R.", role: "Frequent Flyer", testimonial: "The best chilaquiles in Fresno! Watching the planes take off is a dream.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-n3kcgm6l.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
role: "Local Pilot",
|
||||
testimonial: "Pilots welcome, food is fresh and fast. My favorite spot to land for lunch.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png?_wi=3",
|
||||
},
|
||||
id: "2", name: "Sarah K.", role: "Local Pilot", testimonial: "Pilots welcome, food is fresh and fast. My favorite spot to land for lunch.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-a9xfvmwv.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike B.",
|
||||
role: "Family Man",
|
||||
testimonial: "Great atmosphere for the kids, they love seeing the small aircraft fly in.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png?_wi=3",
|
||||
},
|
||||
id: "3", name: "Mike B.", role: "Family Man", testimonial: "Great atmosphere for the kids, they love seeing the small aircraft fly in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333997-dedmub38.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena M.",
|
||||
role: "Foodie",
|
||||
testimonial: "You have to try the French toast. It's perfectly fluffy every single time.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-mwurs7wb.png?_wi=2",
|
||||
},
|
||||
id: "4", name: "Elena M.", role: "Foodie", testimonial: "You have to try the French toast. It's perfectly fluffy every single time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-mwurs7wb.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David L.",
|
||||
role: "Airport Regular",
|
||||
testimonial: "A true historic gem in the heart of the Chandler terminal.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-20sq0mrf.png",
|
||||
},
|
||||
id: "5", name: "David L.", role: "Airport Regular", testimonial: "A true historic gem in the heart of the Chandler terminal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHQgFB7Ad8NRXBkoR9czs7YQ0b/uploaded-1776040333998-20sq0mrf.png"},
|
||||
]}
|
||||
title="What Locals Say"
|
||||
description="Rated 4.7 stars by our community with over 270 reviews."
|
||||
@@ -235,8 +156,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Find Us at the Terminal"
|
||||
description="510 W Kearney Blvd, Fresno, CA 93706. Mon–Sat 6:30AM–2:30PM, Sun 8AM–2PM. Call (559) 375-1835."
|
||||
@@ -248,33 +168,21 @@ export default function LandingPage() {
|
||||
logoText="Flight Line Café"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Full Breakfast",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Full Breakfast", href: "#menu"},
|
||||
{
|
||||
label: "Lunch Classics",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Lunch Classics", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/flightlinecafefch/",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/flightlinecafefch/"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/flightlinecafefch/",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/flightlinecafefch/"},
|
||||
{
|
||||
label: "Yelp Reviews",
|
||||
href: "https://www.yelp.com/biz/flight-line-caf%C3%A9-fresno-2",
|
||||
},
|
||||
label: "Yelp Reviews", href: "https://www.yelp.com/biz/flight-line-caf%C3%A9-fresno-2"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user