Update src/app/our-story/page.tsx
This commit is contained in:
@@ -18,9 +18,7 @@ export default function OurStoryPage() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const navButton = {
|
const navButton = {
|
||||||
text: "Order Now",
|
text: "Order Now", href: "/products"};
|
||||||
href: "/products",
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
@@ -29,7 +27,7 @@ export default function OurStoryPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="blurBottom"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -57,31 +55,16 @@ export default function OurStoryPage() {
|
|||||||
description="Rooted in tradition, driven by passion for authentic Mexican craftsmanship"
|
description="Rooted in tradition, driven by passion for authentic Mexican craftsmanship"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Four Generations Strong", description: "Since 1890, our family has dedicated itself to perfecting the art of tequila and salsa production. Each generation adds its own innovation while respecting time-honored techniques.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-grandparents-working-together-country-side_23-2149518775.jpg", imageAlt: "Family heritage and tradition"},
|
||||||
title: "Four Generations Strong",
|
|
||||||
description: "Since 1890, our family has dedicated itself to perfecting the art of tequila and salsa production. Each generation adds its own innovation while respecting time-honored techniques.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-grandparents-working-together-country-side_23-2149518775.jpg",
|
|
||||||
imageAlt: "Family heritage and tradition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Sustainable Practices", description: "We believe in protecting the land that provides our ingredients. Our sustainable farming methods ensure future generations can continue our legacy responsibly.", imageSrc: "http://img.b2bpic.net/free-photo/tropical-plants-trees-against-blue-sky_181624-27627.jpg", imageAlt: "Sustainable agave farming"},
|
||||||
title: "Sustainable Practices",
|
|
||||||
description: "We believe in protecting the land that provides our ingredients. Our sustainable farming methods ensure future generations can continue our legacy responsibly.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plants-trees-against-blue-sky_181624-27627.jpg?_wi=3",
|
|
||||||
imageAlt: "Sustainable agave farming",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Community First", description: "Our success is built on supporting local artisans, fair trade practices, and giving back to the Jalisco communities that make our work possible.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-items-arrangement_23-2149673017.jpg", imageAlt: "Community and craftsmanship"},
|
||||||
title: "Community First",
|
|
||||||
description: "Our success is built on supporting local artisans, fair trade practices, and giving back to the Jalisco communities that make our work possible.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-items-arrangement_23-2149673017.jpg?_wi=3",
|
|
||||||
imageAlt: "Community and craftsmanship",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="uniform-4-items"
|
gridVariant="three-columns-all-equal-width"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,32 +74,11 @@ export default function OurStoryPage() {
|
|||||||
description="Learn how Fuego & Sabor has become part of people's traditions and celebrations"
|
description="Learn how Fuego & Sabor has become part of people's traditions and celebrations"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "A taste of home", quote: "Growing up in Mexico and now living abroad, this tequila brings me back to my childhood. It's more than a product—it's a connection to my roots and family memories.", name: "Maria Rodriguez", role: "Chef & Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Maria Rodriguez"},
|
||||||
title: "A taste of home",
|
|
||||||
quote: "Growing up in Mexico and now living abroad, this tequila brings me back to my childhood. It's more than a product—it's a connection to my roots and family memories.",
|
|
||||||
name: "Maria Rodriguez",
|
|
||||||
role: "Chef & Food Critic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2",
|
|
||||||
imageAlt: "Maria Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Supporting artisan traditions", quote: "What impressed me most is their commitment to the community. Knowing that my purchase supports local artisans and sustainable practices makes every sip more meaningful.", name: "Diego Hernandez", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg", imageAlt: "Diego Hernandez"},
|
||||||
title: "Supporting artisan traditions",
|
|
||||||
quote: "What impressed me most is their commitment to the community. Knowing that my purchase supports local artisans and sustainable practices makes every sip more meaningful.",
|
|
||||||
name: "Diego Hernandez",
|
|
||||||
role: "Restaurant Owner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=2",
|
|
||||||
imageAlt: "Diego Hernandez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Legacy worth celebrating", quote: "Meeting the family and learning their story transformed how I experience their products. This isn't just tequila and salsa—it's living history and dedication to craft.", name: "Sofia Campos", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Campos"},
|
||||||
title: "Legacy worth celebrating",
|
|
||||||
quote: "Meeting the family and learning their story transformed how I experience their products. This isn't just tequila and salsa—it's living history and dedication to craft.",
|
|
||||||
name: "Sofia Campos",
|
|
||||||
role: "Sommelier",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
|
|
||||||
imageAlt: "Sofia Campos",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user