Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import { BowlFood, CookingPot, HeartHandshake, ChefHat, FryingPan, Handshake, Leaf } from 'lucide-react';
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -51,33 +50,21 @@ export default function AboutPage() {
|
||||
</div>
|
||||
|
||||
<div id="what-we-believe" data-section="what-we-believe">
|
||||
<FeatureBorderGlow
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Our Values"
|
||||
tagIcon={HeartHandshake}
|
||||
title="More Than Just a Meal"
|
||||
description="Our philosophy is simple: good food, good people, good times. We believe in the power of a homemade meal to bring people together, and we strive to create an experience that feels like home, every single visit."
|
||||
title="Why People Love Mutt & Jeff’s"
|
||||
description="From our kitchen to your table, we craft every experience with care and tradition."
|
||||
features={[
|
||||
{
|
||||
icon: BowlFood,
|
||||
title: "Scratch-Made Goodness", description: "Every dish, from our signature fried chicken to our daily specials, is prepared fresh in-house."},
|
||||
id: 1,
|
||||
title: "Homemade Everything", description: "From ranch dressing to mashed potatoes—crafted in-house daily with fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg", imageAlt: "rustic cooking utensils icon"
|
||||
},
|
||||
{
|
||||
icon: CookingPot,
|
||||
title: "Generous Portions", description: "We believe in hearty meals that satisfy. You'll never leave Mutt & Jeff's hungry."},
|
||||
{
|
||||
icon: ChefHat,
|
||||
title: "Family Recipes", description: "Our menu features time-honored Southern recipes passed down through generations."},
|
||||
{
|
||||
icon: FryingPan,
|
||||
title: "Fresh, Local Ingredients", description: "We partner with local farms to source the freshest ingredients whenever possible."},
|
||||
{
|
||||
icon: Handshake,
|
||||
title: "Warm Hospitality", description: "Our friendly staff ensures every guest feels like family, providing service with a smile."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Community Focused", description: "We're proud to be a cornerstone of our community, supporting local events and initiatives."},
|
||||
id: 2,
|
||||
title: "Southern Generosity", description: "Big portions. Real value. No shortcuts. We believe in satisfying your hunger.", imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg", imageAlt: "generous portion size icon"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user