Merge version_1 into main #2
@@ -35,9 +35,7 @@ export default function StoryPage() {
|
||||
brandName="Swarnaa Vegetarian"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,24 +44,16 @@ export default function StoryPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Experience Warmth,",
|
||||
},
|
||||
type: "text", content: "Experience Warmth,"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Quality, and Family at",
|
||||
},
|
||||
type: "text", content: "Quality, and Family at"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Swarnaa Vegetarian",
|
||||
},
|
||||
type: "text", content: "Swarnaa Vegetarian"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Visit Us Today", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,62 +64,32 @@ export default function StoryPage() {
|
||||
description="We bring together tradition, hygiene, and affordability in every dish we serve"
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality Ingredients",
|
||||
description: "Sourced fresh daily from trusted suppliers",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160893.jpg?_wi=4",
|
||||
imageAlt: "Restaurant kitchen",
|
||||
buttonIcon: Leaf,
|
||||
buttonHref: "/story",
|
||||
},
|
||||
title: "Premium Quality Ingredients", description: "Sourced fresh daily from trusted suppliers", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160893.jpg", imageAlt: "Restaurant kitchen", buttonIcon: Leaf,
|
||||
buttonHref: "/story"},
|
||||
{
|
||||
title: "Hygienic Preparation",
|
||||
description:
|
||||
"ISO-certified kitchen with stringent food safety standards",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-cheerful-friends-having-fun-while-having-dinner-toasting-with-wine-dining-table_637285-3338.jpg?_wi=3",
|
||||
imageAlt: "Family dining area",
|
||||
buttonIcon: Shield,
|
||||
buttonHref: "/story",
|
||||
},
|
||||
title: "Hygienic Preparation", description:
|
||||
"ISO-certified kitchen with stringent food safety standards", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-cheerful-friends-having-fun-while-having-dinner-toasting-with-wine-dining-table_637285-3338.jpg", imageAlt: "Family dining area", buttonIcon: Shield,
|
||||
buttonHref: "/story"},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Quick turnaround without compromising on quality",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-lohri-festival-celebration-with-traditional-food_23-2151098300.jpg?_wi=5",
|
||||
imageAlt: "Pav Bhaji dish",
|
||||
buttonIcon: Zap,
|
||||
buttonHref: "/menu",
|
||||
},
|
||||
title: "Fast Service", description: "Quick turnaround without compromising on quality", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-lohri-festival-celebration-with-traditional-food_23-2151098300.jpg", imageAlt: "Pav Bhaji dish", buttonIcon: Zap,
|
||||
buttonHref: "/menu"},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description:
|
||||
"Welcoming atmosphere perfect for gatherings and celebrations",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-delicious-goulash-with-herbs_23-2149388100.jpg?_wi=4",
|
||||
imageAlt: "Paneer Tikka Masala",
|
||||
buttonIcon: Heart,
|
||||
buttonHref: "/reservations",
|
||||
},
|
||||
title: "Family Friendly", description:
|
||||
"Welcoming atmosphere perfect for gatherings and celebrations", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-delicious-goulash-with-herbs_23-2149388100.jpg", imageAlt: "Paneer Tikka Masala", buttonIcon: Heart,
|
||||
buttonHref: "/reservations"},
|
||||
{
|
||||
title: "Authentic Flavors",
|
||||
description:
|
||||
"Traditional Maharashtrian and North Indian recipes",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg?_wi=3",
|
||||
imageAlt: "Dosa varieties",
|
||||
buttonIcon: Star,
|
||||
buttonHref: "/menu",
|
||||
},
|
||||
title: "Authentic Flavors", description:
|
||||
"Traditional Maharashtrian and North Indian recipes", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg", imageAlt: "Dosa varieties", buttonIcon: Star,
|
||||
buttonHref: "/menu"},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Premium dining without breaking the bank",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2894.jpg?_wi=5",
|
||||
imageAlt: "Sizzling Brownie dessert",
|
||||
buttonIcon: Wallet,
|
||||
buttonHref: "/menu",
|
||||
},
|
||||
title: "Affordable Pricing", description: "Premium dining without breaking the bank", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2894.jpg", imageAlt: "Sizzling Brownie dessert", buttonIcon: Wallet,
|
||||
buttonHref: "/menu"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -142,75 +102,40 @@ export default function StoryPage() {
|
||||
description="Real experiences from families and food lovers who dine with us"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyasharmapune",
|
||||
testimonial:
|
||||
"The best vegetarian food I've had in Warje! Authentic flavors, hygienic preparation, and quick service. Highly recommend for family gatherings.",
|
||||
rating: 5,
|
||||
id: "1", name: "Priya Sharma", handle: "@priyasharmapune", testimonial:
|
||||
"The best vegetarian food I've had in Warje! Authentic flavors, hygienic preparation, and quick service. Highly recommend for family gatherings.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=3",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Joshi",
|
||||
handle: "@rahuljoshi_pune",
|
||||
testimonial:
|
||||
"Swarnaa Vegetarian has become our go-to place. The Pav Bhaji is exceptional, and the staff is incredibly warm and welcoming.",
|
||||
rating: 5,
|
||||
id: "2", name: "Rahul Joshi", handle: "@rahuljoshi_pune", testimonial:
|
||||
"Swarnaa Vegetarian has become our go-to place. The Pav Bhaji is exceptional, and the staff is incredibly warm and welcoming.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=3",
|
||||
imageAlt: "Rahul Joshi",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Rahul Joshi"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Desai",
|
||||
handle: "@anjalidesai.cook",
|
||||
testimonial:
|
||||
"As a food blogger, I'm impressed by their commitment to quality ingredients and traditional recipes. Every visit is a culinary delight!",
|
||||
rating: 5,
|
||||
id: "3", name: "Anjali Desai", handle: "@anjalidesai.cook", testimonial:
|
||||
"As a food blogger, I'm impressed by their commitment to quality ingredients and traditional recipes. Every visit is a culinary delight!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479544.jpg?_wi=2",
|
||||
imageAlt: "Anjali Desai",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479544.jpg", imageAlt: "Anjali Desai"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Mehta",
|
||||
handle: "@vikrammehta.business",
|
||||
testimonial:
|
||||
"Perfect place for business lunches. Affordable, quick service, and consistently delicious food. The Dosa varieties are outstanding.",
|
||||
rating: 5,
|
||||
id: "4", name: "Vikram Mehta", handle: "@vikrammehta.business", testimonial:
|
||||
"Perfect place for business lunches. Affordable, quick service, and consistently delicious food. The Dosa varieties are outstanding.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photography-umbrella-woman-looking-photos_23-2148424427.jpg?_wi=2",
|
||||
imageAlt: "Vikram Mehta",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/photography-umbrella-woman-looking-photos_23-2148424427.jpg", imageAlt: "Vikram Mehta"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa Kulkarni",
|
||||
handle: "@deepakulkarni.wellness",
|
||||
testimonial:
|
||||
"I appreciate their focus on hygienic preparation. Excellent vegetarian options that don't compromise on taste. A gem in Warje!",
|
||||
rating: 5,
|
||||
id: "5", name: "Deepa Kulkarni", handle: "@deepakulkarni.wellness", testimonial:
|
||||
"I appreciate their focus on hygienic preparation. Excellent vegetarian options that don't compromise on taste. A gem in Warje!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=4",
|
||||
imageAlt: "Deepa Kulkarni",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", imageAlt: "Deepa Kulkarni"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sameer Patel",
|
||||
handle: "@sameerpt",
|
||||
testimonial:
|
||||
"Swarnaa Vegetarian delivers authentic Maharashtrian flavors with modern hospitality. Love everything about this place!",
|
||||
rating: 5,
|
||||
id: "6", name: "Sameer Patel", handle: "@sameerpt", testimonial:
|
||||
"Swarnaa Vegetarian delivers authentic Maharashtrian flavors with modern hospitality. Love everything about this place!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=4",
|
||||
imageAlt: "Sameer Patel",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Sameer Patel"},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,13 +143,9 @@ export default function StoryPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Swarnaa"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms & Conditions", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user